Navigation
Unreal Engine C++ API Reference > Developer > OutputLog
References
Module | OutputLog |
Header | /Engine/Source/Developer/OutputLog/Public/OutputLogSettings.h |
Include | #include "OutputLogSettings.h" |
Syntax
enum ELogCategoryColorizationMode
{
None,
ColorizeWholeLine,
ColorizeCategoryOnly,
ColorizeCategoryAsBadge,
}
Values
Name | Description |
---|---|
None | Do not colorize based on log categories |
ColorizeWholeLine | Colorize the entire log line, but not warnings or errors |
ColorizeCategoryOnly | Colorize only the category name (including on warnings and errors) |
ColorizeCategoryAsBadge | Colorize the background of the category name (including on warnings and errors) |