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 OtherAllocator>
void Append
(
const TSet < ElementType , KeyFuncs, OtherAllocator > & OtherSet
)
Remarks
Add all items from another set to our set (union without creating a new set)
Parameters
| Name | Description |
|---|---|
| OtherSet | The other set of items to add. |