TSet::Append

Add all items from another set to our set (union without creating a new set) Compatible element type version.

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Set.h

Include

#include "Containers/Set.h"

Syntax

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
)

Remarks

Add all items from another set to our set (union without creating a new set) Compatible element type version.

Parameters

Parameter

Description

OtherSet

The other set of items to add.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Cancel