Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseSet
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
|
|
void Append
(
TArray< ElementType, ArrayAllocator >&& InElements
)
|
|
|
|
void Append
(
const TSparseSet< ElementType, KeyFuncs, OtherAllocator >& OtherSet
)
|
Add all items from another set to our set (union without creating a new set) |
|
|
|
|
|
|
void Append
(
std::initializer_list< ElementType > InitList
)
|
|
|
|
|
Add all items from another set to our set (union without creating a new set) Compatible element type version. |
|
|
|
Add all items from another set to our set (union without creating a new set) Compatible element type version. |
|
|
Append(TArrayView< const ElementType >)
| |
|
| Name |
Append |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path |
#include "Containers/SparseSet.h.inl" |
void Append
(
TArrayView < const ElementType > InElements
)
Append(TArray< ElementType, ArrayAllocator > &&)
| |
|
| Name |
Append |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path |
#include "Containers/SparseSet.h.inl" |
template<typename ArrayAllocator>
void Append
(
TArray < ElementType, ArrayAllocator > && InElements
)
Append(const TSparseSet< ElementType, KeyFuncs, OtherAllocator > &)
Description
Add all items from another set to our set (union without creating a new set)
| |
|
| Name |
Append |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path |
#include "Containers/SparseSet.h.inl" |
template<typename OtherAllocator>
void Append
(
const TSparseSet < ElementType, KeyFuncs, OtherAllocator > & OtherSet
)
Parameters
| Name |
Remarks |
| OtherSet |
The other set of items to add. |
Append(TSparseSet< ElementType, KeyFuncs, OtherAllocator > &&)
| |
|
| Name |
Append |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path |
#include "Containers/SparseSet.h.inl" |
template<typename OtherAllocator>
void Append
(
TSparseSet < ElementType, KeyFuncs, OtherAllocator > && OtherSet
)
Append(std::initializer_list< ElementType >)
| |
|
| Name |
Append |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path |
#include "Containers/SparseSet.h.inl" |
void Append
(
std::initializer_list< ElementType > InitList
)
Append(const TSparseSet< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherKeyFuncs, OtherAllocator > &)
Description
Add all items from another set to our set (union without creating a new set) Compatible element type version.
| |
|
| Name |
Append |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path |
#include "Containers/SparseSet.h.inl" |
template<typename OtherKeyFuncs, typename OtherAllocator, typename AliasElementType, std::enable_if_t<(TIsContainerElementTypeCopyable_V< AliasElementType >), int >>
void Append
(
const TSparseSet < typename TContainerElementTypeCompatibility < ElementType >::CopyFromOtherType, OtherKeyFuncs, OtherAllocator > & OtherSet
)
Parameters
| Name |
Remarks |
| OtherSet |
The other set of items to add. |
Append(TSparseSet< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherKeyFuncs, Allocator > &&)
Description
Add all items from another set to our set (union without creating a new set) Compatible element type version.
| |
|
| Name |
Append |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path |
#include "Containers/SparseSet.h.inl" |
template<typename OtherKeyFuncs, typename AliasElementType, std::enable_if_t<(TIsContainerElementTypeCopyable_V< AliasElementType >), int >>
void Append
(
TSparseSet < typename TContainerElementTypeCompatibility < ElementType >::CopyFromOtherType, OtherKeyFuncs, Allocator > && OtherSet
)
Parameters
| Name |
Remarks |
| OtherSet |
The other set of items to add. |