Navigation
Unreal Engine C++ API Reference > Developer > AITestSuite > BehaviorTree
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h |
Include | #include "BehaviorTree/TestBTService_BTStopAction.h" |
Syntax
enum EBTTestServiceStopTiming
{
DuringBecomeRelevant,
DuringTick,
DuringCeaseRelevant,
}
Values
Name | Description |
---|---|
DuringBecomeRelevant | |
DuringTick | |
DuringCeaseRelevant |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.