Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IInterpolationIndexProvider
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetPerBoneInterpolationIndex
(
int32 BoneIndex, |
Please use the overload that takes a FCompactPoseBoneIndex | |
| int32 | GetPerBoneInterpolationIndex
(
const FCompactPoseBoneIndex& InCompactPoseBoneIndex, |
Implementation should return the index into the PerBoneBlendData array that would be required when looking up/blending BoneIndex. |