Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FUniqueIndexSet
Description
Swap the internal TArray with another TArray. After calling this, the set is invalid and needs to be Initialize()'d again
| Name | SwapValuesWith |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Util/UniqueIndexSet.h |
| Include Path | #include "Util/UniqueIndexSet.h" |
void SwapValuesWith
(
TArray < int32 > & OtherArray
)