Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FEdgeSpan > API/Runtime/GeometryCore/FEdgeSpan/InitializeFromEdges
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/EdgeSpan.h |
| Include | #include "EdgeSpan.h" |
void InitializeFromEdges
(
const FDynamicMesh3 * MeshIn,
const TArray < int > & EdgesIn
)
Remarks
Construct an FEdgeSpan from a list of edges of the mesh
Parameters
| Name | Description |
|---|---|
| MeshIn | the mesh the edges exist on |
| EdgesIn | list of sequential connected edges |