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 FCustomizableObjectEditorLogger
Remarks
Customizable Object Editor Module Logger. Common log utilities.
Avoids bombarding the user with many notifications. The Logger will only shows a notification per category. Any new notification will override the previous one.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FLogParameters | Create a new log. | ||
| FLogParameters | Create a new log. | ||
| void | DismissNotification
(
ELoggerCategory Category |
Dismiss a fixed notification. | |
| void | Log
(
FLogParameters& LogParameters |
Display the log. |
Constants
| Name | Description |
|---|---|
| LOG_NAME | |
| NOTIFICATION_DURATION |