vertex_iterator

Iterators The functions vertices() / triangles() / [edges()](API\Plugins\GeometricObjects\Curve\FDynamicGraph\edges) are provided so you can do: for ( int EID : [edges()](API\Plugins\GeometricObjects\Curve\FDynamicGraph\edges) ) { ... } and other related begin() / end() idioms

Windows
MacOS
Linux

Type

typedef FRefCountVector::IndexEnumerable vertex_iterator

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Curve/DynamicGraph.h

Include

#include "Curve/DynamicGraph.h"

Remarks

Iterators The functions vertices() / triangles() / edges() are provided so you can do: for ( int EID : edges() ) { ... } 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