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 |
int32 GetOriginalNonManifoldVertexID
&40;
const int32 vid
&41; const
Remarks
Return the vertex ID in the potentially non-manifold data used to generate this DynamicMesh associated with the provided vertex id. In the case that the source data was actually manifold the returned vertex id will be identical to the DynamicMesh vertex id. Note: the code assumes but does not check that vid is a valid vertex vid.
Parameters
| Name | Description |
|---|---|
| vid | the id of a vertex in the DynamicMesh. |