USkeleton::GetSkeletonBoneIndexFromMeshBoneIndex

Get Bone Tree Index from Reference Bone Index

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/Skeleton.h

Include

#include "Animation/Skeleton.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/Skeleton.cpp

Syntax

int32 GetSkeletonBoneIndexFromMeshBoneIndex
(
    const USkeletalMesh * InSkelMesh,
    const int32 MeshBoneIndex
)

Remarks

Get Bone Tree Index from Reference Bone Index

Returns

Index of BoneTree Index

Parameters

Parameter

Description

InSkelMesh

SkeletalMesh for the ref bone idx

InRefBoneIdx

Reference Bone Index to look for - index of USkeletalMesh.RefSkeleton

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