UClothingAssetBase::UnbindFromSkeletalMesh

Unbinds this clothing asset from the provided skeletal mesh

Windows
MacOS
Linux

Override Hierarchy

UClothingAssetBase::UnbindFromSkeletalMesh()

UClothingAssetCommon::UnbindFromSkeletalMesh()

References

Module

ClothingSystemRuntimeInterface

Header

/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingAssetBase.h

Include

#include "ClothingAssetBase.h"

Syntax

virtual void UnbindFromSkeletalMesh
(
    USkeletalMesh * InSkelMesh,
    const int32 InMeshLodIndex
)

Remarks

Unbinds this clothing asset from the provided skeletal mesh

Parameters

Parameter

Description

InSkelMesh

skeletal mesh to remove from

InMeshLodIndex

Mesh LOD to remove this asset from (could still be bound to other LODs)

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