FMeshRegionOperator::BackPropropagate

Remove the original submesh region and merge in the remeshed version.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

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

Include

#include "Operations/MeshRegionOperator.h"

Syntax

bool BackPropropagate
(
    bool bAllowSubmeshRepairs
)

Remarks

Remove the original submesh region and merge in the remeshed version. You can call this multiple times as the base-triangle-set is updated.

Returns

false if there were errors in insertion, ie if some triangles failed to insert. Does not revert changes that were successful.

Parameters

Parameter

Description

bAllowSubmeshRepairs

if true, we allow the submesh to be modified to prevent creation of non-manifold edges. You can disable this, however then some of the submesh triangles may be discarded.

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