Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingAssetBase
- UClothingAssetBase::RefreshBoneMapping()
- UClothingAssetCommon::RefreshBoneMapping()
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingAssetBase.h |
| Include | #include "ClothingAssetBase.h" |
virtual void RefreshBoneMapping
&40;
USkeletalMesh &42; InSkelMesh
&41;
Remarks
Messages to the clothing asset that the bones in the parent mesh have possibly changed, which could invalidate the bone indices stored in the LOD data.
Parameters
| Name | Description |
|---|---|
| InSkelMesh | The mesh to use to remap the bones |