Navigation
Unreal Engine C++ API Reference > Developer > OutputLog
References
Module | OutputLog |
Header | /Engine/Source/Developer/OutputLog/Public/OutputLogCreationParams.h |
Include | #include "OutputLogCreationParams.h" |
Syntax
enum EOutputLogSettingsMenuFlags
{
None = 0x00,
SkipClearOnPie = 0x01,
SkipEnableWordWrapping = 0x02,
SkipOpenSourceButton = 0x03,
SkipOpenInExternalEditorButton = 0x04,
}
Values
Name | Description |
---|---|
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 |