Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FKey
Overloads
| 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 |
FKey()
| Name | FKey |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKey.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKey.h" |
constexpr FKey()
FKey(int32)
| Name | FKey |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKey.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKey.h" |
FKey
(
int32 InKey
)
FKey(uint16)
| Name | FKey |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKey.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKey.h" |
constexpr FKey
(
uint16 InKey
)
FKey(uint8)
| Name | FKey |
| Type | function |
| Header File | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/Blackboard/BlackboardKey.h |
| Include Path | #include "BehaviorTree/Blackboard/BlackboardKey.h" |
constexpr FKey
(
uint8 InKey
)