Navigation
API > API/Runtime > API/Runtime/SkeletalMeshDescription > API/Runtime/SkeletalMeshDescription/FSkeletalMeshOperations
Description
Removes any unused bones from the bone attribute list and adjust the parent indices accordingly. All profiles are checked for bones-in-use.
| Name | RemoveUnusedBones |
| Type | function |
| Header File | /Engine/Source/Runtime/SkeletalMeshDescription/Public/SkeletalMeshOperations.h |
| Include Path | #include "SkeletalMeshOperations.h" |
| Source | /Engine/Source/Runtime/SkeletalMeshDescription/Private/SkeletalMeshOperations.cpp |
static void RemoveUnusedBones
(
FMeshDescription & InOutMeshDescription
)
Parameters
| Name | Remarks |
|---|---|
| InOutMeshDescription | The skeletal mesh object to remove unused bones from. |