Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CompilationMessageCache.h |
| Include | #include "MuCOE/CompilationMessageCache.h" |
Syntax
class FCompilationMessageCache
Remarks
Class designed to allow easy access to the logs produced during the compilation of a Customizable Object
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddMessage
(
const FText& InMessage, |
Method designed to serve as a way to add a new message to the collection of messages the compiler has produced as part of the compilation process. | |
| void | Clear the counters that show how many errors and warnings the array contains | ||
| void | Clear the array of logs | ||
| uint32 | Provides the caller with the amount of messages cached as errors | ||
| uint32 | Provides the caller with the amount of messages ignored because they were too similar even if not identical. | ||
| void | GetMessages
(
TArray< FText >& OutWarningMessages, |
Provides the caller with separated arrays with all the warning and error messages. | |
| uint32 | GetWarningCount
(
bool bIncludePerformanceWarnings |
Provides with the amount of messages cached as warnings |