ClothingAssetUtils::GetMeshClothingAssetBindings

Similar to above, but only inspects the specified LOD.

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,
        int32 InLodIndex
    )
}

Remarks

Similar to above, but only inspects the specified LOD.

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