Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingAssetBase
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingAssetBase.h |
| Include | #include "ClothingAssetBase.h" |
virtual void RefreshBoneMapping
(
USkeletalMesh * InSkelMesh
)
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 |