EBTTestStopAction

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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library