Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMap
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Containers/Map.h |
|
|
|
Containers/Map.h |
|
|
|
Containers/Map.h |
|
TMap
(
TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs >&& Other
)
|
Constructor for moving elements from a TMap with a different SetAllocator |
Containers/Map.h |
|
TMap
(
const TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs >& Other
)
|
Constructor for copying elements from a TMap with a different SetAllocator |
Containers/Map.h |
|
|
Constructor which gets its elements from a native initializer list |
Containers/Map.h |
|
|
|
Containers/Map.h |
|
TMap()
| |
|
| Name |
TMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMap()
TMap(TMap &&)
| |
|
| Name |
TMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMap
(
TMap &&
)
TMap(const TMap &)
| |
|
| Name |
TMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMap
(
const TMap &
)
TMap(TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &&)
Description
Constructor for moving elements from a TMap with a different SetAllocator
| |
|
| Name |
TMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
template<typename OtherSetAllocator>
TMap
(
TMap < KeyType, ValueType, OtherSetAllocator, KeyFuncs > && Other
)
TMap(const TMap< KeyType, ValueType, OtherSetAllocator, KeyFuncs > &)
Description
Constructor for copying elements from a TMap with a different SetAllocator
| |
|
| Name |
TMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
template<typename OtherSetAllocator>
TMap
(
const TMap < KeyType, ValueType, OtherSetAllocator, KeyFuncs > & Other
)
TMap(std::initializer_list< TPairInitializer< const KeyType &, const ValueType & > >)
Description
Constructor which gets its elements from a native initializer list
| |
|
| Name |
TMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMap
(
std::initializer_list< TPairInitializer < const KeyType &, const ValueType & > > InitList
)
TMap(FIntrusiveUnsetOptionalState)
| |
|
| Name |
TMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path |
#include "Containers/Map.h" |
TMap
(
FIntrusiveUnsetOptionalState Tag
)