Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/ClothingAssetUti-
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include | #include "ClothingAsset.h" |
namespace ClothingAssetUtils
{
void ClothingAssetUtils::GetMeshClothingAssetBindings
(
USkeletalMesh * InSkelMesh,
TArray< FClothingAssetMeshBinding > & OutBindings
)
}
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 |