FSubRegionRemesher::OnEdgeSplit

Callbacks and in-progress informationCallback for subclasses to override to implement custom behavior

Windows
MacOS
Linux

Override Hierarchy

FRemesher::OnEdgeSplit()

FSubRegionRemesher::OnEdgeSplit()

References

Module

DynamicMesh

Header

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

Include

#include "SubRegionRemesher.h"

Syntax

virtual void OnEdgeSplit
(
    int EdgeID,
    int VertexA,
    int VertexB,
    const FDynamicMesh3::FEdgeSplitInfo & SplitInfo
)

Remarks

Callbacks and in-progress informationCallback for subclasses to override to implement custom behavior

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