Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBlackboardKeyType_Struct |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKeyType_Struct.h" |
Syntax
UCLASS (EditInlineNew, MinimalAPI, Meta=(DisplayName="Struct"))
class UBlackboardKeyType_Struct : public UBlackboardKeyType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlackboardKeyType → UBlackboardKeyType_Struct
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlackboardKeyType_Struct
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | FConstStructView | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidValue | const FDataType | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultValue | FInstancedStruct | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
|
Functions
Public
Overridden from UBlackboardKeyType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Clear
(
UBlackboardComponent& OwnerComp, |
Sets value to the default, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | |
virtual EBlackboardCompare::Type CompareValues
(
const UBlackboardComponent& OwnerComp, |
Compares two values | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | |
virtual void CopyValues
(
UBlackboardComponent& OwnerComp, |
Copy value from other key, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | |
virtual FString DescribeSelf() |
Description of params for property view | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | |
virtual void FreeMemory
(
UBlackboardComponent& OwnerComp, |
Free value before removing from blackboard, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | |
virtual void InitializeMemory
(
UBlackboardComponent& OwnerComp, |
Initialize memory, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | |
virtual bool IsAllowedByFilter
(
UBlackboardKeyType* FilterOb |
Does it match settings in filter? | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | ||
virtual void PostLoad() |
BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateNeedsInstance() |
BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
Overridden from UBlackboardKeyType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString DescribeValue
(
const UBlackboardComponent& OwnerComp, |
Convert value to text, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | |
virtual bool TestBasicOperation
(
const UBlackboardComponent& OwnerComp, |
Various value testing, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FConstStructView GetValue
(
UBlackboardKeyType_Struct* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Struct.h | ||
static bool SetValue
(
UBlackboardKeyType_Struct* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Struct.h |