USkinnedMeshComponent::GetRefPosePosition

Gets the local-space position of a bone in the reference pose.

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

FVector GetRefPosePosition
(
    int32 BoneIndex
)

Remarks

Gets the local-space position of a bone in the reference pose.

Returns

Local space reference position

Parameters

Parameter

Description

BoneIndex

Index 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