Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBlackboardKeyType_String |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_String.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKeyType_String.h" |
Syntax
UCLASS (EditInlineNew, Meta=(DisplayName="String"), MinimalAPI)
class UBlackboardKeyType_String : public UBlackboardKeyType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlackboardKeyType → UBlackboardKeyType_String
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlackboardKeyType_String
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Blackboard/BlackboardKeyType_String.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | FString | BehaviorTree/Blackboard/BlackboardKeyType_String.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidValue | const FDataType | BehaviorTree/Blackboard/BlackboardKeyType_String.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultValue | FString | BehaviorTree/Blackboard/BlackboardKeyType_String.h |
|
|
| StringValue | FString | BehaviorTree/Blackboard/BlackboardKeyType_String.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_String.h |
Protected
Overridden from UBlackboardKeyType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Clear
(
UBlackboardComponent& OwnerComp, |
Sets value to the default, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_String.h | |
virtual void CopyValues
(
UBlackboardComponent& OwnerComp, |
Copy value from other key, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_String.h | |
virtual FString DescribeValue
(
const UBlackboardComponent& OwnerComp, |
Convert value to text, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_String.h | |
virtual void InitializeMemory
(
UBlackboardComponent& OwnerComp, |
Initialize memory, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_String.h | |
virtual bool IsEmpty
(
const UBlackboardComponent& OwnerComp, |
Check if key has stored value, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_String.h | |
virtual bool TestTextOperation
(
const UBlackboardComponent& OwnerComp, |
BehaviorTree/Blackboard/BlackboardKeyType_String.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetValue
(
const UBlackboardKeyType_String* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_String.h | ||
static bool SetValue
(
UBlackboardKeyType_String* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_String.h |