Navigation
API > API/Developer > API/Developer/MeshBoneReduction > API/Developer/MeshBoneReduction/IMeshBoneReduction
References
| Module | MeshBoneReduction |
| Header | /Engine/Source/Developer/MeshBoneReduction/Public/MeshBoneReduction.h |
| Include | #include "MeshBoneReduction.h" |
bool GetBoneReductionData
&40;
const USkeletalMesh &42; SkeletalMesh,
int32 DesiredLOD,
TMap< FBoneIndexType, FBoneIndexType > & OutBonesToReplace,
const TArray< FName > &42; BoneNamesToRemove
&41;
Remarks
Get Bones To Remove from the Desired LOD List of bones to remove should contains
Parameters
| Name | Description |
|---|---|
| SkeletalMesh | : SkeletalMesh to test |
| DesiredLOD | : 0 isn't valid as this will only test from [LOD 1, LOD (N-1)] since Skeleton doesn't save any bones to remove setting on based LOD |
| OutBonesToReplace | : List of bones to replace with a pair of [bone index, bone index to replace to] |