Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBlackboardKeyType_NativeEnum |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h" |
Syntax
UCLASS (NotEditInlineNew, HideDropDown, MinimalAPI)
class UBlackboardKeyType_NativeEnum : public UBlackboardKeyType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlackboardKeyType → UBlackboardKeyType_NativeEnum
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlackboardKeyType_NativeEnum
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | uint8 | BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidValue | const FDataType | BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EnumName | FString | BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |
|
|
| EnumType | TObjectPtr< UEnum > | BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |
Functions
Public
Overridden from UBlackboardKeyType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UBlackboardKeyType * UpdateDeprecatedKey() |
Create replacement key for deprecated data | BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint8 GetValue
(
const UBlackboardKeyType_NativeEnum* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h | ||
static bool SetValue
(
UBlackboardKeyType_NativeEnum* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_NativeEnum.h |