Navigation
API > API/Runtime > API/Runtime/AIModule
| Name | FValueOrBBKey_Int32 |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/ValueOrBBKey.h |
| Include Path | #include "BehaviorTree/ValueOrBBKey.h" |
Syntax
USTRUCT (BlueprintType )
struct FValueOrBBKey_Int32 : public FValueOrBlackboardKeyBase
Inheritance Hierarchy
- FValueOrBlackboardKeyBase → FValueOrBBKey_Int32
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValueOrBBKey_Int32
(
int32 Default |
BehaviorTree/ValueOrBBKey.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetValue
(
const UBehaviorTreeComponent& BehaviorComp |
BehaviorTree/ValueOrBBKey.h | ||
int32 GetValue
(
const UBehaviorTreeComponent* BehaviorComp |
BehaviorTree/ValueOrBBKey.h | ||
int32 GetValue
(
const UBlackboardComponent& Blackboard |
BehaviorTree/ValueOrBBKey.h | ||
int32 GetValue
(
const UBlackboardComponent* Blackboard |
BehaviorTree/ValueOrBBKey.h | ||
bool SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
BehaviorTree/ValueOrBBKey.h |
Overridden from FValueOrBlackboardKeyBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsCompatibleType
(
const UBlackboardKeyType* KeyType |
BehaviorTree/ValueOrBBKey.h | ||
virtual FString ToString() |
BehaviorTree/ValueOrBBKey.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator int32() |
BehaviorTree/ValueOrBBKey.h |