Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/FMeshRegionOperator
Description
Remove the original submesh region and merge in the remeshed version. You can call this multiple times as the base-triangle-set is updated.
| Name | BackPropropagate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshRegionOperator.h |
| Include Path | #include "Operations/MeshRegionOperator.h" |
bool BackPropropagate
(
bool bAllowSubmeshRepairs
)
false if there were errors in insertion, ie if some triangles failed to insert. Does not revert changes that were successful.
Parameters
| Name | Remarks |
|---|---|
| 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. |