FGroupEdgeInserter

Used to insert group edges and group edge loops.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/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

Name Description

Public function

bool

 

InsertEdgeLoops

(
    const FEdgeLoopInsertionParams& Pa...,
    TSet< int32 >* NewEidsOut,
    FProgressCancel* Progress
)

Inserts an edge loop into a mesh, where an edge loop is a sequence of (group) edges across quads.

Public function

bool

 

InsertGroupEdge

(
    FGroupEdgeInsertionParams& Params,
    TSet< int32 >* NewEidsOut,
    FProgressCancel* Progress
)

Inserts a group edge into a given group.

Classes

Name

Description

Public struct

FEdgeLoopInsertionParams

Parameters for an InsertEdgeLoops() call.

Public struct

FGroupEdgeInsertionParams

Parameters for an InsertGroupEdge() call

Public struct

FGroupEdgeSplitPoint

Point along a group edge that is used as a start/endpoint for an inserted group edge.

Enums

Name

Description

Public enum

EInsertionMode

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