Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FEdgeSpan
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEdgeSpan () |
EdgeSpan.h | ||
FEdgeSpan
(
const FDynamicMesh3* mesh |
EdgeSpan.h | ||
FEdgeSpan
(
const FDynamicMesh3* mesh, |
Initialize EdgeSpan with the given vertices and edges | EdgeSpan.h |
FEdgeSpan()
| Name | FEdgeSpan |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/EdgeSpan.h |
| Include Path | #include "EdgeSpan.h" |
FEdgeSpan()
FEdgeSpan(const FDynamicMesh3 *)
| Name | FEdgeSpan |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/EdgeSpan.h |
| Include Path | #include "EdgeSpan.h" |
FEdgeSpan
(
const FDynamicMesh3 * mesh
)
FEdgeSpan(const FDynamicMesh3 *, const TArray< int > &, const TArray< int > &)
Description
Initialize EdgeSpan with the given vertices and edges
| Name | FEdgeSpan |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/EdgeSpan.h |
| Include Path | #include "EdgeSpan.h" |
FEdgeSpan
(
const FDynamicMesh3 * mesh,
const TArray < int > & vertices,
const TArray < int > & edges
)