Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FSkeletonRemapping
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/SkeletonRemapping.h |
| Include | #include "Animation/SkeletonRemapping.h" |
int32 GetSourceSkeletonBoneIndex
(
int32 TargetSkeletonBoneIndex
) const
Remarks
Get the source skeleton bone index that corresponds to the specified bone on the target skeleton Skeleton bone index on the source skeleton (or INDEX_NONE)
Parameters
| Name | Description |
|---|---|
| TargetSkeletonBoneIndex | Skeleton bone index on the target skeleton |