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