Navigation
Unreal Engine C++ API Reference > Developer > AITestSuite > BehaviorTree
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTStopAction.h |
Include | #include "BehaviorTree/TestBTStopAction.h" |
Syntax
enum EBTTestStopAction
{
StopTree,
UnInitialize,
Cleanup,
Restart_ForceReevaluateRootNode,
Restart_Complete,
StartTree,
}
Values
Name | Description |
---|---|
StopTree | |
UnInitialize | |
Cleanup | |
Restart_ForceReevaluateRootNode | |
Restart_Complete | |
StartTree |