Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeCompilerLog
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerLog.h |
| Include | #include "StateTreeCompilerLog.h" |
void Report
&40;
EMessageSeverity::Type InSeverity,
const FStateTreeBindableStructDesc & InItem,
const FString & InMessage
&41;
Remarks
Reports a message.
Parameters
| Name | Description |
|---|---|
| InSeverity | Severity of the message. |
| InItem | StateTree item (condition/evaluator/task) the message affects. |
| InMessage | Message to display. |