Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetTools > API/Plugins/ChaosClothAssetTools/FClothPatternToDynamicMeshMappin-
Description
Return true if the provided DynamicMesh vertex id resulted from a remapped vertex in the source data. Note: the code assumes but does not check that vid is a valid vertex id
| Name | IsMappedVertexID |
| Type | function |
| Header File | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetTools/Public/ChaosClothAsset/ClothPatternToDynamicMeshMappingSupport.h |
| Include Path | #include "ChaosClothAsset/ClothPatternToDynamicMeshMappingSupport.h" |
bool IsMappedVertexID
(
const int32 vid
) const
Parameters
| Name | Remarks |
|---|---|
| vid | the id of a vertex in the DynamicMesh. |