Navigation
API > API/Developer > API/Developer/AITestSuite > API/Developer/AITestSuite/BehaviorTree
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h |
Include | #include "BehaviorTree/TestBTTask_BTStopAction.h" |
Syntax
enum EBTTestTaskStopTiming
{
DuringExecute,
DuringTick,
DuringAbort,
DuringFinish,
}
Values
Name | Description |
---|---|
DuringExecute | |
DuringTick | |
DuringAbort | |
DuringFinish |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.