FGroupEdgeInserter::InsertEdgeLoops

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

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Operations/GroupEdgeInserter.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/Operations/GroupEdgeInserter.cpp

Syntax

bool InsertEdgeLoops
(
    const FEdgeLoopInsertionParams & Params,
    TSet< int32 > * NewEidsOut,
    FProgressCancel * Progress
)

Remarks

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

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