Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBTTask_SetKeyValueBool |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Tasks/BTTask_SetKeyValue.h |
| Include Path | #include "BehaviorTree/Tasks/BTTask_SetKeyValue.h" |
Syntax
UCLASS (DisplayName="Set Bool Key")
class UBTTask_SetKeyValueBool : public UBTTask_BlackboardBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBTNode → UBTTaskNode → UBTTask_BlackboardBase → UBTTask_SetKeyValueBool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBTTask_SetKeyValueBool
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Tasks/BTTask_SetKeyValue.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | FValueOrBBKey_Bool | BehaviorTree/Tasks/BTTask_SetKeyValue.h |
|
Functions
Public
Overridden from UBTTaskNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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! | BehaviorTree/Tasks/BTTask_SetKeyValue.h |
Overridden from UBTNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetStaticDescription() |
BehaviorTree/Tasks/BTTask_SetKeyValue.h |