Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/UClothingAssetCommon > API/Runtime/ClothingSystemRuntimeCommon/UClothingAssetCommon/UnbindFromSkelet-
- UClothingAssetBase::UnbindFromSkeletalMesh()
- UClothingAssetCommon::UnbindFromSkeletalMesh()
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include | #include "ClothingAsset.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothingAsset.cpp |
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) |