vertex_iterator

Simplify names for iterations

Windows
MacOS
Linux

Type

typedef FRefCountVector::IndexEnumerable vertex_iterator

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMesh3.h"

Remarks

Mesh Element Iterators The functions VertexIndicesItr() / TriangleIndicesItr() / EdgeIndicesItr() allow you to do: for ( int eid : EdgeIndicesItr() ) { ... } and other related begin() / end() idioms

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