#include <MapKey.h>
◆ FMapKey() [1/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
| ) |
|
|
default |
◆ FMapKey() [2/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
FMapKey && |
Rhs | ) |
|
◆ FMapKey() [3/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
const FMapKey & |
Key | ) |
|
◆ FMapKey() [4/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
const void * |
Key | ) |
|
|
explicit |
◆ FMapKey() [5/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
const UObject * |
Key | ) |
|
|
explicit |
◆ FMapKey() [6/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
int64 |
Key | ) |
|
|
explicit |
◆ FMapKey() [7/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
uint64 |
Key | ) |
|
|
explicit |
◆ FMapKey() [8/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
float |
Key | ) |
|
|
explicit |
◆ FMapKey() [9/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
double |
Key | ) |
|
|
explicit |
◆ FMapKey() [10/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
FString |
Key | ) |
|
|
explicit |
◆ FMapKey() [11/12]
| UE::Editor::DataStorage::FMapKey::FMapKey |
( |
FName |
Key | ) |
|
|
explicit |
◆ FMapKey() [12/12]
◆ CalculateHash()
| uint64 UE::Editor::DataStorage::FMapKey::CalculateHash |
( |
| ) |
const |
◆ Clear()
| void UE::Editor::DataStorage::FMapKey::Clear |
( |
| ) |
|
◆ IsSet()
| bool UE::Editor::DataStorage::FMapKey::IsSet |
( |
| ) |
const |
◆ operator!=() [1/2]
| bool UE::Editor::DataStorage::FMapKey::operator!= |
( |
const FMapKey & |
Rhs | ) |
const |
◆ operator!=() [2/2]
| bool UE::Editor::DataStorage::FMapKey::operator!= |
( |
const FMapKeyView & |
Rhs | ) |
const |
◆ operator=() [1/2]
| FMapKey & UE::Editor::DataStorage::FMapKey::operator= |
( |
const FMapKey & |
Rhs | ) |
|
◆ operator=() [2/2]
| FMapKey & UE::Editor::DataStorage::FMapKey::operator= |
( |
FMapKey && |
Rhs | ) |
|
◆ operator==() [1/2]
| bool UE::Editor::DataStorage::FMapKey::operator== |
( |
const FMapKey & |
Rhs | ) |
const |
◆ operator==() [2/2]
| bool UE::Editor::DataStorage::FMapKey::operator== |
( |
const FMapKeyView & |
Rhs | ) |
const |
◆ ToString()
| FString UE::Editor::DataStorage::FMapKey::ToString |
( |
| ) |
const |
◆ FKeyComparer
◆ FKeyCopy
◆ FKeyMove
◆ FMapKeyView
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/TypedElementFramework/Public/DataStorage/MapKey.h
- Engine/Source/Runtime/TypedElementFramework/Private/DataStorage/MapKey.cpp