Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FMeshEdgeSelection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMeshEdgeSelection
(
const FDynamicMesh3* mesh |
Selections/MeshEdgeSelection.h | ||
FMeshEdgeSelection
(
const FDynamicMesh3* mesh, |
Convert vertex selection to edge selection. Require at least minCount verts of edge to be selected | Selections/MeshEdgeSelection.h | |
FMeshEdgeSelection
(
const FDynamicMesh3* mesh, |
Convert face selection to edge selection. Require at least minCount tris of edge to be selected | Selections/MeshEdgeSelection.h |
FMeshEdgeSelection(const FDynamicMesh3 *)
| Name | FMeshEdgeSelection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshEdgeSelection.h |
| Include Path | #include "Selections/MeshEdgeSelection.h" |
FMeshEdgeSelection
(
const FDynamicMesh3 * mesh
)
FMeshEdgeSelection(const FDynamicMesh3 *, const FMeshVertexSelection &, int)
Description
Convert vertex selection to edge selection. Require at least minCount verts of edge to be selected
| Name | FMeshEdgeSelection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshEdgeSelection.h |
| Include Path | #include "Selections/MeshEdgeSelection.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Selections/MeshEdgeSelection.cpp |
FMeshEdgeSelection
(
const FDynamicMesh3 * mesh,
const FMeshVertexSelection & convertV,
int minCount
)
FMeshEdgeSelection(const FDynamicMesh3 *, const FMeshFaceSelection &, int)
Description
Convert face selection to edge selection. Require at least minCount tris of edge to be selected
| Name | FMeshEdgeSelection |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Selections/MeshEdgeSelection.h |
| Include Path | #include "Selections/MeshEdgeSelection.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Selections/MeshEdgeSelection.cpp |
FMeshEdgeSelection
(
const FDynamicMesh3 * mesh,
const FMeshFaceSelection & convertT,
int minCount
)