Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FMeshRegionOperator
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshRegionOperator.h |
| Include | #include "Operations/MeshRegionOperator.h" |
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. false if there were errors in insertion, ie if some triangles failed to insert. Does not revert changes that were successful.
Parameters
| Name | 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. |