Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBlackboardKeyType_Enum |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKeyType_Enum.h" |
Syntax
UCLASS (EditInlineNew, Meta=(DisplayName="Enum"), MinimalAPI)
class UBlackboardKeyType_Enum : public UBlackboardKeyType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlackboardKeyType → UBlackboardKeyType_Enum
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlackboardKeyType_Enum
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | uint8 | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidValue | const FDataType | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEnumNameValid | uint32 | Set when EnumName override is valid and active | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
|
| DefaultValue | uint8 | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
|
|
| EnumName | FString | Name of enum defined in c++ code, will take priority over asset from EnumType property | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
|
| EnumType | TObjectPtr< UEnum > | BehaviorTree/Blackboard/BlackboardKeyType_Enum.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_Enum.h | |
virtual FString DescribeArithmeticParam
(
int32 IntValue, |
Describe params of arithmetic test | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h | |
virtual FString DescribeSelf() |
Description of params for property view | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h | |
virtual void InitializeMemory
(
UBlackboardComponent& OwnerComp, |
Initialize memory, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Enum.h | |
virtual bool IsAllowedByFilter
(
UBlackboardKeyType* FilterOb |
Does it match settings in filter? | BehaviorTree/Blackboard/BlackboardKeyType_Enum.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_Enum.h | |
virtual bool TestArithmeticOperation
(
const UBlackboardComponent& OwnerComp, |
BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FDataType GetValue
(
const UBlackboardKeyType_Enum* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Enum.h | ||
static bool SetValue
(
UBlackboardKeyType_Enum* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Enum.h | ||
static bool ValidateEnum
(
const UEnum& EnumType |
BehaviorTree/Blackboard/BlackboardKeyType_Enum.h |