Navigation
API > API/Plugins > API/Plugins/SkeletalMeshModifiers > API/Plugins/SkeletalMeshModifiers/USkeletonModifier
References
| Module | SkeletalMeshModifiers |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/SkeletalMeshModifiers/Public/SkeletonModifier.h |
| Include | #include "SkeletonModifier.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/SkeletalMeshModifiers/Private/SkeletonModifier.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Skeleton"&41;
bool RemoveBone
&40;
const FName InBoneName,
const bool bRemoveChildren
&41;
Remarks
Remove a bone in the skeleton hierarchy `true_ if the operation succeeded, false otherwise.
Parameters
| Name | Description |
|---|---|
| InBoneName | The new bone's name. |
| bRemoveChildren | Remove children recursively. |