TConvexHalfEdgeStructureData::VisitVertexHalfEdges

Iterate over the half-edges associated with a vertex (leading out from the vertex, so all half edges have the vertex as the root).

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConvexHalfEdgeStructureData.h

Include

#include "Chaos/ConvexHalfEdgeStructureData.h"

Syntax

void VisitVertexHalfEdges
(
    int32 VertexIndex,
    const TFunction< bool HalfEdgeIndex)> & Visitor
) const

Remarks

Iterate over the half-edges associated with a vertex (leading out from the vertex, so all half edges have the vertex as the root). Visitor should return false to halt iteration.

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