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