Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FNonManifoldMappingSupport
Description
Removes vertex 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 | RemoveNonManifoldVertexMappingData |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/NonManifoldMappingSupport.h |
| Include Path | #include "DynamicMesh/NonManifoldMappingSupport.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/NonManifoldMappingSupport.cpp |
static void RemoveNonManifoldVertexMappingData
(
FDynamicMesh3 & MeshInOut
)