Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSet > API/Runtime/Core/Containers/TSet/Append
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include | #include "Containers/Set.h" |
template<typename OtherKeyFuncs, typename OtherAllocator, typename AliasElementType, std::enable_if_t<< AliasElementType >), int >>
void Append
(
const TSet < typename TContainerElementTypeCompatibility < ElementType >::CopyFromOtherType, OtherKeyFuncs, OtherAllocator > & OtherSet
)
Remarks
Add all items from another set to our set (union without creating a new set) Compatible element type version.
Parameters
| Name | Description |
|---|---|
| OtherSet | The other set of items to add. |