IMeshBoneReduction::FixUpSectionBoneMaps

Fix up section bone maps based on list of bones to remove List of bones to remove should contains

Windows
MacOS
Linux

References

Module

MeshBoneReduction

Header

/Engine/Source/Developer/MeshBoneReduction/Public/MeshBoneReduction.h

Include

#include "MeshBoneReduction.h"

Syntax

void FixUpSectionBoneMaps
(
    FSkelMeshSection & Section,
    const TMap< FBoneIndexType, FBoneIndexType > & BonesToRepair,
    TMap< FName, FImportedSkinWeightProfileData > & SkinWeightProfiles
)

Remarks

Fix up section bone maps based on list of bones to remove List of bones to remove should contains

Returns

true if success

Parameters

Parameter

Description

Section

: Section reference to fix up

BonesToRemove

: List of bones to remove with a pair of [bone index, bone to replace]

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