Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/USkeletalMeshComponent
- USkinnedMeshComponent::HideBone()
- USkeletalMeshComponent::HideBone()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/SkeletalMeshComponent.h |
| Include | #include "Components/SkeletalMeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp |
virtual void HideBone
&40;
int32 BoneIndex,
EPhysBodyOp PhysBodyOption
&41;
Remarks
Hides the specified bone. You can also set option for physics body.
Parameters
| Name | Description |
|---|---|
| BoneIndex | Index of the bone |
| PhysBodyOption | Option for physics bodies that attach to the bones to be hidden |