Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBlackboardKeyType_Float |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Float.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKeyType_Float.h" |
Syntax
UCLASS (EditInlineNew, Meta=(DisplayName="Float"), MinimalAPI)
class UBlackboardKeyType_Float : public UBlackboardKeyType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlackboardKeyType → UBlackboardKeyType_Float
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlackboardKeyType_Float
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Blackboard/BlackboardKeyType_Float.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | float | BehaviorTree/Blackboard/BlackboardKeyType_Float.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidValue | const FDataType | BehaviorTree/Blackboard/BlackboardKeyType_Float.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultValue | float | BehaviorTree/Blackboard/BlackboardKeyType_Float.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_Float.h | |
virtual FString DescribeArithmeticParam
(
int32 IntValue, |
Describe params of arithmetic test | BehaviorTree/Blackboard/BlackboardKeyType_Float.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_Float.h | |
virtual void InitializeMemory
(
UBlackboardComponent& OwnerComp, |
Initialize memory, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Float.h | |
virtual bool TestArithmeticOperation
(
const UBlackboardComponent& OwnerComp, |
BehaviorTree/Blackboard/BlackboardKeyType_Float.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float GetValue
(
const UBlackboardKeyType_Float* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Float.h | ||
static bool SetValue
(
UBlackboardKeyType_Float* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Float.h |