Navigation
API > API/Runtime > API/Runtime/TypedElementFramework
| Name | FMapKey |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/MapKey.h |
| Include Path | #include "DataStorage/MapKey.h" |
Syntax
class FMapKey
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMapKey
(
FSoftObjectPath Key |
DataStorage/MapKey.h | ||
| DataStorage/MapKey.h | |||
| DataStorage/MapKey.h | |||
FMapKey
(
double Key |
DataStorage/MapKey.h | ||
FMapKey
(
float Key |
DataStorage/MapKey.h | ||
FMapKey
(
int64 Key |
DataStorage/MapKey.h | ||
FMapKey
(
uint64 Key |
DataStorage/MapKey.h | ||
FMapKey
(
const void* Key |
DataStorage/MapKey.h | ||
| DataStorage/MapKey.h | |||
| DataStorage/MapKey.h | |||
FMapKey () |
DataStorage/MapKey.h | ||
| DataStorage/MapKey.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeyType | TVariant< FEmptyVariantState, const void *, const UObject *, int64, uint64, float, double, FString, FName, TUniquePtr< FSoftObjectPath > > | DataStorage/MapKey.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | KeyType | DataStorage/MapKey.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint64 CalculateHash() |
DataStorage/MapKey.h | ||
void Clear() |
DataStorage/MapKey.h | ||
bool IsSet() |
DataStorage/MapKey.h | ||
FString ToString() |
DataStorage/MapKey.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FMapKey& Rhs |
DataStorage/MapKey.h | ||
bool operator!=
(
const FMapKeyView& Rhs |
DataStorage/MapKey.h | ||
| DataStorage/MapKey.h | |||
| DataStorage/MapKey.h | |||
bool operator==
(
const FMapKey& Rhs |
DataStorage/MapKey.h | ||
bool operator==
(
const FMapKeyView& Rhs |
DataStorage/MapKey.h |