UBlackboardKeyType_Float

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/Blackboard/BlackboardKeyType_Float.h"

Syntax

class UBlackboardKeyType_Float : public UBlackboardKeyType

Constructors

Name Description

Public function

UBlackboardKeyType_Float

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function Static

float

 

GetValue

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

Public function Static

bool

 

SetValue

(
    UBlackboardKeyType_Float* KeyO...,
    uint8* RawData,
    float 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

 

DescribeArithmeticParam

(
    int32 IntValue,
    float FloatValue
)

Describe params of arithmetic test

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

 

TestArithmeticOperation

(
    const UBlackboardComponent& OwnerC...,
    const uint8* MemoryBlock,
    EArithmeticKeyOperation::Type Op,
    int32 OtherIntValue,
    float OtherFloatValue
)

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