Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetTools > API/Plugins/ChaosClothAssetTools/FClothPatternToDynamicMeshMappin-
Description
Return the vertex ID in the original cloth 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.
| Name | GetOriginalVertexID |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetTools/Public/ChaosClothAsset/ClothPatternToDynamicMeshMappingSupport.h |
| Include Path | #include "ChaosClothAsset/ClothPatternToDynamicMeshMappingSupport.h" |
int32 GetOriginalVertexID
(
const int32 vid
) const
Parameters
| Name | Remarks |
|---|---|
| vid | the id of a vertex in the DynamicMesh. |