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