Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FFinishedTask
| |
|
| Name |
EReasonType |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include Path |
#include "StateTreeExecutionTypes.h" |
Syntax
enum EReasonType
{
GlobalTask,
StateTask,
InternalTransition,
}
Values
| Name |
Remarks |
| GlobalTask |
A global task finished. The FrameID and TaskIndex are valid. |
| StateTask |
A task inside a state finished. The FrameID, StateID and TaskIndex are valid. |
| InternalTransition |
An internal transition finish the state. The FrameID and StateID are valid. |