Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompilerLog.h |
| Include | #include "StateTreeCompilerLog.h" |
Syntax
USTRUCT ()
struct FStateTreeCompilerLogMessage
Remarks
StateTree compiler log message
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeBindableStructDesc | Item | (optional) The State tee item (condition/evaluator/task) the message refers to. | |
| FString | Message | The message | |
| int32 | Severity | Severity of the message. | |
| TObjectPtr< const UStateTreeState > | State | (optional) The StateTree state the message refers to. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FStateTreeCompilerLogMessage
(
const EMessageSeverity::Type InSeverity, |