Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FReferenceSkeleton
Description
Removes the specified bone, so long as it has no children. Returns whether we removed the bone or not
| Name | RemoveIndividualBone |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ReferenceSkeleton.h |
| Include Path | #include "ReferenceSkeleton.h" |
bool RemoveIndividualBone
(
int32 BoneIndex,
TArray < int32 > & OutBonesRemoved
)