Navigation
API > API/Developer > API/Developer/OutputLog
| |
|
| Name |
EOutputLogSettingsMenuFlags |
| Type |
enum |
| Header File |
/Engine/Source/Developer/OutputLog/Public/OutputLogCreationParams.h |
| Include Path |
#include "OutputLogCreationParams.h" |
Syntax
enum EOutputLogSettingsMenuFlags
{
None = 0x00,
SkipClearOnPie = 0x01,
SkipEnableWordWrapping = 0x02,
SkipOpenSourceButton = 0x04,
SkipOpenInExternalEditorButton = 0x08,
}
Values
| Name |
Remarks |
| None |
|
| SkipClearOnPie |
The clear on Pie button should not be created |
| SkipEnableWordWrapping |
The Enable world wrapping button should not be created |
| SkipOpenSourceButton |
Skip the button that opens the source folder of the output log module |
| SkipOpenInExternalEditorButton |
Skip the button which opens the log in a text editor |