ClothingAssetUtils::GetMeshClothingAssetBindings

Given a skeletal mesh, find all of the currently bound clothing assets and their binding information

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h

Include

#include "ClothingAsset.h"

Source

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothingAsset.cpp

Syntax

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

Parameter

Description

InSkelMesh

The skeletal mesh to search

OutBindings

The list of bindings to write to

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss