Navigation
API > API/Runtime > API/Runtime/AIModule
The default BB key size is now 16
| Name | FKey |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKey.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKey.h" |
Syntax
struct FKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FKey () |
BehaviorTree/Blackboard/BlackboardKey.h | ||
FKey
(
int32 InKey |
BehaviorTree/Blackboard/BlackboardKey.h | ||
constexpr FKey
(
uint16 InKey |
BehaviorTree/Blackboard/BlackboardKey.h | ||
constexpr FKey
(
uint8 InKey |
BehaviorTree/Blackboard/BlackboardKey.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | uint16 | BehaviorTree/Blackboard/BlackboardKey.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr operator int32() |
BehaviorTree/Blackboard/BlackboardKey.h | ||
constexpr operator uint16() |
BehaviorTree/Blackboard/BlackboardKey.h | ||
constexpr operator uint8() |
BehaviorTree/Blackboard/BlackboardKey.h | ||
bool operator!=
(
const FKey& Other |
BehaviorTree/Blackboard/BlackboardKey.h | ||
bool operator==
(
const FKey& Other |
BehaviorTree/Blackboard/BlackboardKey.h |