UClothingAssetBase::RefreshBoneMapping

Messages to the clothing asset that the bones in the parent mesh have possibly changed, which could invalidate the bone indices stored in the LOD data.

Windows
MacOS
Linux

Override Hierarchy

UClothingAssetBase::RefreshBoneMapping()

UClothingAssetCommon::RefreshBoneMapping()

References

Module

ClothingSystemRuntimeInterface

Header

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

Include

#include "ClothingAssetBase.h"

Syntax

virtual void RefreshBoneMapping
(
    USkeletalMesh * InSkelMesh
)

Remarks

Messages to the clothing asset that the bones in the parent mesh have possibly changed, which could invalidate the bone indices stored in the LOD data.

Parameters

Parameter

Description

InSkelMesh

The mesh to use to remap the bones

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