Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FNonManifoldMappingSupport
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/NonManifoldMappingSupport.h |
| Include | #include "DynamicMesh/NonManifoldMappingSupport.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/NonManifoldMappingSupport.cpp |
static void RemoveNonManifoldVertexMappingData
(
FDynamicMesh3 & MeshInOut
)
Remarks
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.