TSet::operator=

Assignment operator.

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 > *>
TSet & operator=
(
    const TSet< typename TContainerElementTypeCompatibility< ElementType >::CopyFromOtherType, OtherKeyFuncs, OtherAllocator > & Other
)

Remarks

Assignment operator. First deletes all currently contained elements and then copies from other set. Compatible element type version.

Parameters

Parameter

Description

Other

The source set to assign from.

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