Navigation
API > API/Runtime > API/Runtime/MeshUtilitiesCommon > API/Runtime/MeshUtilitiesCommon/FDisjointSet
Description
Optimized version of Union when iterating for( x : 0 to N ) unioning x with lower indexes. Neither x nor y can have already been unioned with an index > x.
| Name | UnionSequential |
| Type | function |
| Header File | /Engine/Source/Runtime/MeshUtilitiesCommon/Public/DisjointSet.h |
| Include Path | #include "DisjointSet.h" |
void UnionSequential
(
uint32 x,
uint32 y
)