UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LinuxConsoleOutputDevice.cpp File Reference

Macros

#define CONSOLE_RED   "\x1b[31m"
 
#define CONSOLE_GREEN   "\x1b[32m"
 
#define CONSOLE_YELLOW   "\x1b[33m"
 
#define CONSOLE_BLUE   "\x1b[34m"
 
#define CONSOLE_NONE   "\x1b[0m"
 

Macro Definition Documentation

◆ CONSOLE_BLUE

#define CONSOLE_BLUE   "\x1b[34m"

◆ CONSOLE_GREEN

#define CONSOLE_GREEN   "\x1b[32m"

◆ CONSOLE_NONE

#define CONSOLE_NONE   "\x1b[0m"

◆ CONSOLE_RED

#define CONSOLE_RED   "\x1b[31m"

◆ CONSOLE_YELLOW

#define CONSOLE_YELLOW   "\x1b[33m"