UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ClothingAssetUtils::FClothingAssetMeshBinding Struct Reference

#include <ClothingAsset.h>

Public Attributes

UClothingAssetBaseAsset
 
int32 LODIndex
 
int32 SectionIndex
 
int32 AssetInternalLodIndex
 

Detailed Description

Helper struct to hold binding information on a clothing asset, used to enumerate all of the bindings on a skeletal mesh with GetAllMeshClothingAssetBindings() below.

Member Data Documentation

◆ Asset

UClothingAssetBase* ClothingAssetUtils::FClothingAssetMeshBinding::Asset

◆ AssetInternalLodIndex

int32 ClothingAssetUtils::FClothingAssetMeshBinding::AssetInternalLodIndex

◆ LODIndex

int32 ClothingAssetUtils::FClothingAssetMeshBinding::LODIndex

◆ SectionIndex

int32 ClothingAssetUtils::FClothingAssetMeshBinding::SectionIndex

The documentation for this struct was generated from the following file: