FDynamicMesh3::EnumerateVertexVertices

Call VertexFunc for each one-ring vertex neighbour 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 EnumerateVertexVertices
(
    int32 VertexID,
    TFunctionRef< void)> VertexFunc
) const

Remarks

Call VertexFunc for each one-ring vertex neighbour of a vertex. Currently this is more efficient than VtxVerticesItr() 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