Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationRuntime > API/Runtime/Engine/FAnimationRuntime/BlendTwoPosesTogetherPerBone
Deprecated * Use BlendTwoPosesTogether with other signature
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimationRuntime.h |
| Include | #include "AnimationRuntime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp |
static void BlendTwoPosesTogetherPerBone
&40;
const FCompactPose & SourcePose1,
const FCompactPose & SourcePose2,
const FBlendedCurve & SourceCurve1,
const FBlendedCurve & SourceCurve2,
const TArray< float > & WeightsOfSource2,
FCompactPose & ResultPose,
FBlendedCurve & ResultCurve
&41;
Remarks
Blends together a set of poses, each with a given weight. This function is for BlendSpace per bone blending. BlendSampleDataCache contains the weight information
This blends in local space
Parameters
| Name | Description |
|---|---|
| ResultPose | Output pose of relative bone transforms. |