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 |
uint32 GetWarningCount
&40;
bool bIncludePerformanceWarnings
&41; const
Remarks
Provides with the amount of messages cached as warnings Amount of warning messages cached.
Parameters
| Name | Description |
|---|---|
| bIncludePerformanceWarnings | If true the count will include performance and non performance related warnings. If false only standard warnings will be returned to the caller. |