Navigation
API > API/Developer > API/Developer/AITestSuite
| Name | UTestBTTask_BTStopAction |
| Type | class |
| Header File | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_BTStopAction.h |
| Include Path | #include "BehaviorTree/TestBTTask_BTStopAction.h" |
Syntax
UCLASS (Meta=(HiddenNode))
class UTestBTTask_BTStopAction : public UBTTaskNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBTNode → UBTTaskNode → UTestBTTask_BTStopAction
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTestBTTask_BTStopAction
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/TestBTTask_BTStopAction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LogIndex | int32 | BehaviorTree/TestBTTask_BTStopAction.h | ||
| LogResult | TEnumAsByte< EBTNodeResult::Type > | BehaviorTree/TestBTTask_BTStopAction.h | ||
| StopAction | EBTTestStopAction | BehaviorTree/TestBTTask_BTStopAction.h | ||
| StopTiming | EBTTestTaskStopTiming | BehaviorTree/TestBTTask_BTStopAction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EBTNodeResult::Type AbortTask
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTTask_BTStopAction.h | ||
virtual EBTNodeResult::Type ExecuteTask
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTTask_BTStopAction.h | ||
virtual void OnTaskFinished
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTTask_BTStopAction.h | ||
virtual void TickTask
(
UBehaviorTreeComponent& OwnerComp, |
BehaviorTree/TestBTTask_BTStopAction.h |