Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeCompiler.h |
| Include | #include "StateTreeCompiler.h" |
Syntax
struct FValidationResult
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FValidationResult
(
const bool bInResult, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DidFail () |
Validation failed | |
| bool | DidSucceed () |
Validation succeeded | |
| void | Log
(
FStateTreeCompilerLog& Log, |
Logs common validation for IsValidIndex16(), IsValidIndex8(), IsValidCount16(), IsValidCount8(). |