Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Description
Return whether there are any cloth bindings whithin the skeletal mesh model LOD. Uses the cloth mapping data as the source predicate to match the behavior of GetAllLodMeshClothingAssetBindings().
| Name | ClothingAssetUtils::HasAnyLodMeshClothingAssetBindings |
| 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::HasAnyLodMeshClothingAssetBindings
(
const USkeletalMesh * SkeletalMesh,
const int32 LodIndex
)
}
Parameters
| Name | Remarks |
|---|---|
| SkeletalMesh | The skeletal mesh to check the cloth binding from. |
| LodIndex | The specified LOD. |