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