Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FNonManifoldMappingSupport
Description
Removes all mapping data related to the non-manifold nature of the source data the produced this DynamicMesh.
Note, this will invalidate any NonManifoldMappingSupport object associated with this DynamicMesh, and subsequent use of such object will produce unexpected results.
| Name | RemoveAllNonManifoldMappingData |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/NonManifoldMappingSupport.h |
| Include Path | #include "DynamicMesh/NonManifoldMappingSupport.h" |
static void RemoveAllNonManifoldMappingData
(
FDynamicMesh3 & MeshInOut
)