FUniqueIndexSet::SwapValuesWith

Swap the internal [TArray](API\Runtime\Core\Containers\TArray) with another [TArray](API\Runtime\Core\Containers\TArray).

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryCore

Header

/Engine/Source/Runtime/GeometryCore/Public/Util/UniqueIndexSet.h

Include

#include "Util/UniqueIndexSet.h"

Syntax

void SwapValuesWith
(
    TArray< int32 > & OtherArray
)

Remarks

Swap the internal TArray with another TArray. After calling this, the set is invalid and needs to be Initialize()'d again