Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupEdgeInserter.h |
| Include | #include "Operations/GroupEdgeInserter.h" |
Syntax
class FGroupEdgeInserter
Remarks
Used to insert group edges and group edge loops.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | InsertEdgeLoops
(
const FEdgeLoopInsertionParams& Params, |
Inserts an edge loop into a mesh, where an edge loop is a sequence of (group) edges across quads. | |
| bool | InsertGroupEdge
(
FGroupEdgeInsertionParams& Params, |
Inserts a group edge into a given group. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FEdgeLoopInsertionParams | Parameters for an InsertEdgeLoops() call. | ||
| FGroupEdgeInsertionParams | Parameters for an InsertGroupEdge() call | ||
| FGroupEdgeSplitPoint | Point along a group edge that is used as a start/endpoint for an inserted group edge. | ||
| FOptionalOutputParams |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EInsertionMode |