FDynamicMeshEditor::WeldVertexLoops

Weld together two loops of vertices. Loops must be oriented (ordered) correctly for your use case.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/DynamicMeshEditor.h

Include

#include "DynamicMeshEditor.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Private/DynamicMeshEditor.cpp

Syntax

bool WeldVertexLoops
(
    const TArray< int32 > & VertexLoop1,
    const TArray< int32 > & VertexLoop2
)

Remarks

Weld together two loops of vertices. Loops must be oriented (ordered) correctly for your use case.

Returns

true if operation succeeded, false if any errors ocurred

Parameters

Parameter

Description

Loop1

first loop of sequential vertices

Loop2

second loop of sequential vertices. These vertices and their edges will not exist after the operation.

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