Navigation
API > API/Developer > API/Developer/AITestSuite > API/Developer/AITestSuite/BehaviorTree
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBTNode
- UBTTaskNode
- UTestBTTask_SetFlag
References
Module | AITestSuite |
Header | /Engine/Source/Developer/AITestSuite/Classes/BehaviorTree/TestBTTask_SetFlag.h |
Include | #include "BehaviorTree/TestBTTask_SetFlag.h" |
Syntax
class UTestBTTask_SetFlag : public UBTTaskNode
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bOnAbortValue | |
![]() |
bool | bValue | |
![]() |
FName | KeyName | |
![]() |
FName | OnAbortKeyName | |
![]() |
TEnumAsByte< EBTNodeResult::Type > | TaskResult |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UTestBTTask_SetFlag
(
const FObjectInitializer& ObjectInitializer |
Overridden from UBTTaskNode
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
EBTNodeResult::Type | AbortTask
(
UBehaviorTreeComponent& OwnerComp, |
Aborts this task, should return Aborted or InProgress (use FinishLatentAbort() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced! |
![]() ![]() |
EBTNodeResult::Type | ExecuteTask
(
UBehaviorTreeComponent& OwnerComp, |
Starts this task, should return Succeeded, Failed or InProgress (use FinishLatentTask() when returning InProgress) this function should be considered as const (don't modify state of object) if node is not instanced! |