Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/ClothingAssetUti-
Deprecated * This Handler Is Now Deprecated, use GetAllMeshClothingAssetBindings instead.
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include | #include "ClothingAsset.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothingAsset.cpp |
namespace ClothingAssetUtils
{
void ClothingAssetUtils&58;&58;GetMeshClothingAssetBindings
&40;
USkeletalMesh &42; InSkelMesh,
TArray< FClothingAssetMeshBinding > & OutBindings
&41;
}
Remarks
Given a skeletal mesh, find all of the currently bound clothing assets and their binding information
Parameters
| Name | Description |
|---|---|
| InSkelMesh | The skeletal mesh to search |
| OutBindings | The list of bindings to write to |