USkinnedMeshComponent::GetBoneQuaternion

Get Bone Rotation in Quaternion

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

FQuat GetBoneQuaternion
(
    FName BoneName,
    EBoneSpaces::Type Space
) const

Remarks

Get Bone Rotation in Quaternion

Returns

Quaternion of the bone

Parameters

Parameter

Description

BoneName

Name of the bone

Space

0 == World, 1 == Local (Component)

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