Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/TTasksCompletionStatus
Description
The completion status of all tasks or any task, in priority order. If any of the tasks fail, the completion status will be Failed regardless of any other tasks. In case the type is Any, it will return Succeeded before Stopped and before Running.
| Name | GetCompletionStatus |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeTasksStatus.h |
| Include Path | #include "StateTreeTasksStatus.h" |
ETaskCompletionStatus GetCompletionStatus() const
the completion status of all tasks.