FEdgeLoopInsertionParams

Parameters for an [InsertEdgeLoops()](API\Plugins\DynamicMesh\Operations\FGroupEdgeInserter\InsertEdgeLoops) call.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/Operations/GroupEdgeInserter.h

Include

#include "Operations/GroupEdgeInserter.h"

Syntax

struct FEdgeLoopInsertionParams

Remarks

Parameters for an InsertEdgeLoops() call.

Variables

Name Description

Public variable

bool

 

bInputsAreProportions

Public variable

int32

 

GroupEdgeID

Edge loops will be inserted perpendicular to this group edge

Public variable

FDynamicMesh3 &...

 

Mesh

Both of these get updated in the operation

Public variable

EInsertionMode

 

Mode

Determines how the edge is inserted: by using a cutting plane to cut existing triangles along the path, or deleting triangles and retriangulating.

Public variable

const TArray< d...

 

SortedInputLengths

Inputs can be proportions in the range (0,1), or absolute lengths.

Public variable

int32

 

StartCornerID

One of the endpoints of the group edge, from which the arc lengths or proportions should be measured

Public variable

FGroupTopology ...

 

Topology

Public variable

double

 

VertexTolerance

When inserting edges, this is the distance that a desired new point can be to use a nearby vertex rather than splitting an edge to create a new one.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss