![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <BlackboardKey.h>
Public Member Functions | |
| constexpr | FKey ()=default |
| FKey (int32 InKey) | |
| constexpr | FKey (uint16 InKey) |
| constexpr | FKey (uint8 InKey)=delete |
| constexpr | operator int32 () const |
| constexpr | operator uint16 () const |
| constexpr | operator uint8 () const =delete |
| constexpr bool | operator== (const FKey &Other) const |
| constexpr bool | operator!= (const FKey &Other) const |
Friends | |
| uint32 | GetTypeHash (const FKey &Key) |
|
constexprdefault |
|
inline |