USkinnedMeshComponent::GetParentBone

Get Parent Bone of the input bone

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h

Include

#include "Components/SkinnedMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkinnedMeshComponent.cpp

Syntax

FName GetParentBone
(
    FName BoneName
) const

Remarks

Get Parent Bone of the input bone

Returns

the name of the parent bone for the specified bone. Returns 'None' if the bone does not exist or it is the root bone

Parameters

Parameter

Description

BoneName

Name of the bone

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss