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