USkeletalMesh::GetSectionClothingAsset

Given an LOD and section index, retrieve a clothing asset bound to that section.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h

Include

#include "Engine/SkeletalMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp

Syntax

UClothingAssetBase * GetSectionClothingAsset
(
    int32 InLodIndex,
    int32 InSectionIndex
)

Remarks

Given an LOD and section index, retrieve a clothing asset bound to that section. If no clothing asset is in use, returns nullptr

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