Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Description
Return whether there are any cloth bindings whithin the skeletal mesh model. Uses the cloth mapping data as the source predicate to match the behavior of GetAllMeshClothingAssetBindings().
| Name | ClothingAssetUtils::HasAnyMeshClothingAssetBindings |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h |
| Include Path | #include "ClothingAsset.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothingAsset.cpp |
namespace ClothingAssetUtils
{
bool ClothingAssetUtils::HasAnyMeshClothingAssetBindings
(
const USkeletalMesh * SkeletalMesh
)
}
Parameters
| Name | Remarks |
|---|---|
| SkeletalMesh | The skeletal mesh to check the cloth binding from. |