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