IDToNodeIndexMap

To avoid constructing [FGraphNode](API\Plugins\GeometricObjects\Parameterization\TMeshLocalParam\FGraphNode) for all input points (because we are computing a "local" param), we only allocate on demand, and then store a sparse mapping in IDToNodeIndexMap

Windows
MacOS
Linux

Syntax

TMap< int32, int32 > IDToNodeIndexMap

Remarks

To avoid constructing FGraphNode for all input points (because we are computing a "local" param), we only allocate on demand, and then store a sparse mapping in IDToNodeIndexMap

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