TSet::Append

Add all items from another set to our set (union without creating a new set)

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

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

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
Dismiss