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 |
void GetMessages
&40;
TArray< FText > & OutWarningMessages,
TArray< FText > & OutErrorMessages
&41; const
Remarks
Provides the caller with separated arrays with all the warning and error messages.
Performance warnings are considered warnings so they get returned
Parameters
| Name | Description |
|---|---|
| OutWarningMessages | Array with messages that can be interpreted as Warnings. |
| OutErrorMessages | Array with messages that can be interpreted as errors. |