FDynamicMesh3::EnumerateVertexEdges

Call EdgeFunc for each one-ring edge of a vertex.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMesh3.h

Include

#include "DynamicMesh3.h"

Syntax

void EnumerateVertexEdges
(
    int32 VertexID,
    TFunctionRef< void)> EdgeFunc
) const

Remarks

Call EdgeFunc for each one-ring edge of a vertex. Currently this is more efficient than VtxEdgesItr() due to overhead in the Values() enumerable

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