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