FUniqueIndexSet::SwapValuesWith

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

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/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

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