Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/FCompilationMessageCache
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/CompilationMessageCache.h |
| Include | #include "MuCOE/CompilationMessageCache.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/CompilationMessageCache.cpp |
bool AddMessage
&40;
const FText & InMessage,
const TArray< const UCustomizableObjectNode &42; > & InArrayNode,
const EMessageSeverity::Type MessageSeverity,
const ELoggerSpamBin SpamBin
&41;
Remarks
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. True if the message is new and had not been added before. If it returns false it means it has not been logged again.
Parameters
| Name | Description |
|---|---|
| InMessage | The message's text. |
| InArrayNode | The node that is related with the InMessage provided. |
| MessageSeverity | Severity of the message. |