Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/TConvexHalfEdgeStructureData
Description
Iterate over the edges associated with a plane. These edges form the boundary of the plane. Visitor should return false to halt iteration. FVisitorType should be a function with signature: bool(int32 HalfEdgeIndex, int32 NextHalfEdgeIndex) that return false to stop the visit loop
| Name | VisitPlaneEdges |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ConvexHalfEdgeStructureData.h |
| Include Path | #include "Chaos/ConvexHalfEdgeStructureData.h" |
template<typename FVisitorType>
void VisitPlaneEdges
(
int32 PlaneIndex,
const FVisitorType & Visitor
) const