Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet
| Type | Name | Description | |
|---|---|---|---|
| void | Append
(
TArrayView< const ElementType > InElements |
||
| void | Append
(
TArray< ElementType, ArrayAllocator >&& InElements |
||
| void | Append
(
const TSet< ElementType, KeyFuncs, OtherAllocator >& OtherSet |
Add all items from another set to our set (union without creating a new set) | |
| void | Append
(
TSet< ElementType, KeyFuncs, OtherAllocator >&& OtherSet |
||
| void | Append
(
std::initializer_list< ElementType > InitList |
||
| void | Append
(
const TSet< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherKeyF... |
Add all items from another set to our set (union without creating a new set) Compatible element type version. | |
| void | Append
(
TSet< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherKeyFuncs, ... |
Add all items from another set to our set (union without creating a new set) Compatible element type version. |