UBlackboardKeyType_Object

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Object.h

Include

#include "BehaviorTree/Blackboard/BlackboardKeyType_Object.h"

Syntax

class UBlackboardKeyType_Object : public UBlackboardKeyType

Variables

Name Description

Public variable

UClass *

 

BaseClass

Constructors

Name Description

Public function

UBlackboardKeyType_Object

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static

UObject *...

 

GetValue

(
    const UBlackboardKeyType_Object...,
    const uint8* RawData
)

Public function Static

bool

 

SetValue

(
    UBlackboardKeyType_Object* Key...,
    uint8* RawData,
    UObject* Value
)

Overridden from UBlackboardKeyType

Name Description

Public function Virtual Const

EBlackboardC...

 

CompareValues

(
    const UBlackboardComponent& OwnerC...,
    const uint8* MemoryBlock,
    const UBlackboardKeyType* Othe...,
    const uint8* OtherMemoryBlock
)

Compares two values

Public function Virtual Const

FString

 

DescribeSelf()

Description of params for property view

Protected function Virtual Const

FString

 

DescribeValue

(
    const UBlackboardComponent& OwnerC...,
    const uint8* MemoryBlock
)

Convert value to text, works directly on provided memory/properties

Protected function Virtual Const

bool

 

GetLocation

(
    const UBlackboardComponent& OwnerC...,
    const uint8* MemoryBlock,
    FVector& Location
)

Extract location from entry, works directly on provided memory/properties

Protected function Virtual Const

bool

 

GetRotation

(
    const UBlackboardComponent& OwnerC...,
    const uint8* MemoryBlock,
    FRotator& Rotation
)

Extract rotation from entry, works directly on provided memory/properties

Public function Virtual Const

bool

 

IsAllowedByFilter

(
    UBlackboardKeyType* FilterOb
)

Does it match settings in filter?

Protected function Virtual Const

bool

 

TestBasicOperation

(
    const UBlackboardComponent& OwnerC...,
    const uint8* MemoryBlock,
    EBasicKeyOperation::Type Op
)

Various value testing, works directly on provided memory/properties

Typedefs

Name

Description

FDataType

Constants

Name

Description

InvalidValue

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss