Navigation
API > API/Developer > API/Developer/OutputLog
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UOutputLogSettings
References
Module | OutputLog |
Header | /Engine/Source/Developer/OutputLog/Public/OutputLogSettings.h |
Include | #include "OutputLogSettings.h" |
Syntax
class UOutputLogSettings : public UObject
Remarks
Implements the Editor style settings.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bCycleToOutputLogDrawer | If checked pressing the console command shortcut will cycle between focusing the status bar console, opening the output log drawer, and back to the previous focus target. |
![]() |
bool | bEnableOutputLogClearOnPIE | |
![]() |
bool | bEnableOutputLogWordWrap | |
![]() |
ELogCategoryColorizationMode | CategoryColorizationMode | How should categories be colorized in the output log? |
![]() |
int32 | LogFontSize | The font size used in the output log |
![]() |
TEnumAsByte< ELogTimes::Type > | LogTimestampMode | The display mode for timestamps in the output log window |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FSettingChangedEvent & |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FSettingChangedEvent | Returns an event delegate that is executed when a setting has changed. |