Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | UBlackboardKeyType_Rotator |
| Type | class |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h" |
Syntax
UCLASS (EditInlineNew, Meta=(DisplayName="Rotator"), MinimalAPI)
class UBlackboardKeyType_Rotator : public UBlackboardKeyType
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlackboardKeyType → UBlackboardKeyType_Rotator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UBlackboardKeyType_Rotator
(
const FObjectInitializer& ObjectInitializer |
BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDataType | FRotator | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidValue | const FDataType | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseDefaultValue | bool | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h | ||
| DefaultValue | FRotator | If not set, will default to FAISystem::InvalidRotation. | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.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_Rotator.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_Rotator.h | |
virtual FString DescribeValue
(
const UBlackboardComponent& OwnerComp, |
Convert value to text, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h | |
virtual bool GetRotation
(
const UBlackboardComponent& OwnerComp, |
Extract rotation from entry, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h | |
virtual void InitializeMemory
(
UBlackboardComponent& OwnerComp, |
Initialize memory, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h | |
virtual bool IsEmpty
(
const UBlackboardComponent& OwnerComp, |
Check if key has stored value, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h | |
virtual bool TestBasicOperation
(
const UBlackboardComponent& OwnerComp, |
Various value testing, works directly on provided memory/properties | BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRotator GetValue
(
const UBlackboardKeyType_Rotator* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h | ||
static bool SetValue
(
UBlackboardKeyType_Rotator* KeyOb, |
BehaviorTree/Blackboard/BlackboardKeyType_Rotator.h |