Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBlackboardKeyType_Class |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKeyType_Class.h" |
Syntax
UCLASS (EditInlineNew, Meta=(DisplayName="Class"), MinimalAPI)
class UBlackboardKeyType_Class : public UBlackboardKeyType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlackboardKeyType → UBlackboardKeyType_Class
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlackboardKeyType_Class
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | UClass * | BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidValue | const FDataType | BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseClass | TObjectPtr< UClass > | BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
|
|
| DefaultValue | TObjectPtr< UClass > | BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
|
Functions
Public
Overridden from UBlackboardKeyType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EBlackboardCompare::Type CompareValues
(
const UBlackboardComponent& OwnerComp, |
Compares two values | BehaviorTree/Blackboard/BlackboardKeyType_Class.h | |
virtual FString DescribeSelf() |
Description of params for property view | BehaviorTree/Blackboard/BlackboardKeyType_Class.h | |
virtual void InitializeMemory
(
UBlackboardComponent& OwnerComp, |
Initialize memory, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Class.h | |
virtual bool IsAllowedByFilter
(
UBlackboardKeyType* FilterOb |
Does it match settings in filter? | BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
Protected
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_Class.h | |
virtual bool TestBasicOperation
(
const UBlackboardComponent& OwnerComp, |
Various value testing, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Class.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UClass * GetValue
(
const UBlackboardKeyType_Class* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Class.h | ||
static bool SetValue
(
UBlackboardKeyType_Class* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Class.h |