Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeInterface > API/Runtime/ClothingSystemRuntimeInterface/UClothingAssetBase > API/Runtime/ClothingSystemRuntimeInterface/UClothingAssetBase/UnbindFromSkelet-
- UClothingAssetBase::UnbindFromSkeletalMesh()
- UClothingAssetCommon::UnbindFromSkeletalMesh()
References
| Module | ClothingSystemRuntimeInterface |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingAssetBase.h |
| Include | #include "ClothingAssetBase.h" |
virtual void UnbindFromSkeletalMesh
&40;
USkeletalMesh &42; InSkelMesh,
const int32 InMeshLodIndex
&41;
Remarks
Unbinds this clothing asset from the provided skeletal mesh
Parameters
| Name | Description |
|---|---|
| InSkelMesh | skeletal mesh to remove from |
| InMeshLodIndex | Mesh LOD to remove this asset from (could still be bound to other LODs) |