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