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