Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
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 CLOTHINGSYSTEMRUNTIMECOMMON_API ClothingAssetUtils&58;&58;GetAllMeshClothingAssetBindings
&40;
const USkeletalMesh &42; InSkelMesh,
TArray< FClothingAssetMeshBinding > & OutBindings
&41;
}
Remarks
Given a skeletal mesh model, find all of the currently bound clothing assets and their binding information
Parameters
| Name | Description |
|---|---|
| MeshModel | The skeletal mesh imported model to extract binding from |
| OutBindings | The list of bindings to write to |