Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FEdgeSpan
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/EdgeSpan.h |
| Include | #include "EdgeSpan.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/EdgeSpan.cpp |
static void VertexSpanToEdgeSpan
(
const FDynamicMesh3 * Mesh,
const TArray < int > & VertexSpan,
TArray < int > & OutEdgeSpan
)
Remarks
Utility function to convert a vertex span to an edge span
Parameters
| Name | Description |
|---|---|
| Mesh | mesh to operate on |
| Vertexspan | ordered list of vertices |
| OutEdgeSpan | computed list of sequential connected vertices |