FDynamicMesh3::FlipEdge

Calls [FlipEdge()](API\Plugins\DynamicMesh\FDynamicMesh3\FlipEdge\1) on the edge between two vertices, if it 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

virtual EMeshResult FlipEdge
(
    int EdgeVertA,
    int EdgeVertB,
    FEdgeFlipInfo & FlipInfo
)

Remarks

Calls FlipEdge() on the edge between two vertices, if it 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

FlipInfo

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