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 GetTargetSkeletonBoneIndex
(
int32 SourceSkeletonBoneIndex
) const
Remarks
Get the target skeleton bone index that corresponds to the specified bone on the source skeleton Skeleton bone index on the target skeleton (or INDEX_NONE)
Parameters
| Name | Description |
|---|---|
| SourceSkeletonBoneIndex | Skeleton bone index on the source skeleton |