FDisjointSet::UnionSequential

Union with splicing.

Windows
MacOS
Linux

References

Module

MeshUtilitiesCommon

Header

/Engine/Source/Runtime/MeshUtilitiesCommon/Public/DisjointSet.h

Include

#include "DisjointSet.h"

Syntax

void UnionSequential
(
    uint32 x,
    uint32 y
)

Remarks

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.

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