Navigation
API > API/Developer > API/Developer/AITestSuite
| Name | EBTTestStopAction |
| Type | enum |
| Header File | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTStopAction.h |
| Include Path | #include "BehaviorTree/TestBTStopAction.h" |
Syntax
enum EBTTestStopAction
{
StopTree,
UnInitialize,
Cleanup,
Restart_ForceReevaluateRootNode,
Restart_Complete,
StartTree,
}
Values
| Name | Remarks |
|---|---|
| StopTree | |
| UnInitialize | |
| Cleanup | |
| Restart_ForceReevaluateRootNode | |
| Restart_Complete | |
| StartTree |