Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FNonManifoldMappingSupport
Description
Return true if the provided DynamicMesh vertex id resulted from a non-manifold vertex in the source data. Note: the code assumes but does not check that vid is a valid vertex id
| Name | IsNonManifoldVertexID |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/NonManifoldMappingSupport.h |
| Include Path | #include "DynamicMesh/NonManifoldMappingSupport.h" |
bool IsNonManifoldVertexID
(
const int32 vid
) const
Parameters
| Name | Remarks |
|---|---|
| vid | the id of a vertex in the DynamicMesh. |