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