Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationRuntime
Description
Lerp for FCompactPose. Stores results in PoseA. Performs PoseA = Lerp(PoseA, PoseB, Alpha); on reduced set of bones defined in BoneIndices list.
| Name | LerpPosesWithBoneIndexList |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationRuntime.h |
| Include Path | #include "AnimationRuntime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp |
static void LerpPosesWithBoneIndexList
(
FCompactPose & PoseA,
const FCompactPose & PoseB,
FBlendedCurve & CurveA,
const FBlendedCurve & CurveB,
float Alpha,
const TArray < FCompactPoseBoneIndex > & BoneIndices
)