Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CustomizableObjectEditorLogger.h |
| Include | #include "MuCOE/CustomizableObjectEditorLogger.h" |
Syntax
class FLogParameters
Remarks
Log parameters. Holds all parameters required to create a new CustomizableObjectEditorLogger log.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLogParameters & | BaseObject
(
bool BaseObject |
||
| FLogParameters & | Category
(
ELoggerCategory Category |
||
| FLogParameters & | CustomNotification
(
bool CustomNotification |
||
| FLogParameters & | FixNotification
(
bool FixNotification |
||
| void | Log () |
Actually display the log. | |
| FLogParameters & | Node
(
const UCustomizableObjectNode& Node |
||
| FLogParameters & | Nodes
(
const TArray< const UCustomizableObjectNode* >& Nodes |
||
| FLogParameters & | Notification
(
bool Notification |
||
| FLogParameters & | Severity
(
EMessageSeverity::Type MessageSeverity |
||
| FLogParameters & | SpamBin
(
ELoggerSpamBin SpamBin |
||
| FLogParameters & | Optional parameters setters. | ||
| FLogParameters & | Optional parameters setters. |