Navigation
API > API/Developer > API/Developer/AITestSuite
| Name | UTestBTService_BTStopAction |
| Type | class |
| Header File | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTService_BTStopAction.h |
| Include Path | #include "BehaviorTree/TestBTService_BTStopAction.h" |
Syntax
UCLASS (Meta=(HiddenNode))
class UTestBTService_BTStopAction : public UBTService
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBTNode → UBTAuxiliaryNode → UBTService → UTestBTService_BTStopAction
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTestBTService_BTStopAction
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/TestBTService_BTStopAction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LogIndex | int32 | BehaviorTree/TestBTService_BTStopAction.h | ||
| StopAction | EBTTestStopAction | BehaviorTree/TestBTService_BTStopAction.h | ||
| StopTiming | EBTTestServiceStopTiming | BehaviorTree/TestBTService_BTStopAction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnBecomeRelevant
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTService_BTStopAction.h | ||
virtual void OnCeaseRelevant
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTService_BTStopAction.h | ||
virtual void TickNode
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTService_BTStopAction.h |