Navigation
API > API/Plugins > API/Plugins/StateTreeModule
| Name | EStateTreeTaskCompletionType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTasksStatus.h |
| Include Path | #include "StateTreeTasksStatus.h" |
Syntax
enum EStateTreeTaskCompletionType
{
All,
Any,
}
Values
| Name | Remarks |
|---|---|
| All | All tasks need to complete for the group to completes. |
| Any | Any task completes the group. |