Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include | #include "StateTreeExecutionTypes.h" |
Syntax
enum EStateTreeRunStatus
{
Running,
Failed,
Succeeded,
Stopped,
Unset,
}
Values
| Name | Description |
|---|---|
| Running | Tree is still running. |
| Failed | Tree execution has stopped on failure. |
| Succeeded | Tree execution has stopped on success. |
| Stopped | The State Tree was requested to stop without a particular success or failure state. |
| Unset | Status not set. |
Remarks
Status describing current run status of a State Tree.