Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlendProfile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetPerBoneInterpolationIndex
(
const FCompactPoseBoneIndex& InCompactPoseBoneIndex, |
IInterpolationIndexProvider. | Animation/BlendProfile.h | |
virtual int32 GetPerBoneInterpolationIndex
(
const FSkeletonPoseBoneIndex InSkeletonBoneIndex, |
Implementation should return the index into the PerBoneBlendData array that would be required when looking up/blending BoneIndex. | Animation/BlendProfile.h |
GetPerBoneInterpolationIndex(const FCompactPoseBoneIndex &, const FBoneContainer &, const IInterpolationIndexProvider::FPerBoneInterpolationData *)
Description
| Name | GetPerBoneInterpolationIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/BlendProfile.h |
| Include Path | #include "Animation/BlendProfile.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/BlendProfile.cpp |
virtual int32 GetPerBoneInterpolationIndex
(
const FCompactPoseBoneIndex & InCompactPoseBoneIndex,
const FBoneContainer & BoneContainer,
const IInterpolationIndexProvider::FPerBoneInterpolationData * Data
) const
GetPerBoneInterpolationIndex(const FSkeletonPoseBoneIndex, const USkeleton , const IInterpolationIndexProvider::FPerBoneInterpolationData )
Description
Implementation should return the index into the PerBoneBlendData array that would be required when looking up/blending BoneIndex. This call will be passed the results of GetPerBoneInterpolationData, so the two functions should be matched.
| Name | GetPerBoneInterpolationIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/BlendProfile.h |
| Include Path | #include "Animation/BlendProfile.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/BlendProfile.cpp |
virtual int32 GetPerBoneInterpolationIndex
(
const FSkeletonPoseBoneIndex InSkeletonBoneIndex,
const USkeleton * TargetSkeleton,
const IInterpolationIndexProvider::FPerBoneInterpolationData * Data
) const