FDynamicMesh3::SplitEdge

Splits the edge between two vertices at the midpoint, if this edge exists

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "DynamicMesh3.h"

Source

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

Syntax

EMeshResult SplitEdge
(
    int EdgeVertA,
    int EdgeVertB,
    FEdgeSplitInfo & SplitInfo
)

Remarks

Splits the edge between two vertices at the midpoint, if this edge exists

Returns

Ok on success, or enum value indicates why operation cannot be applied. Mesh remains unmodified on error.

Parameters

Parameter

Description

EdgeVertA

index of first vertex

EdgeVertB

index of second vertex

SplitInfo

returned information about new and modified mesh elements

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