FAnimationRuntime::AccumulateLocalSpaceAdditivePose

Accumulates weighted AdditivePose to BasePose. Rotations are NOT normalized.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationRuntime.h

Include

#include "AnimationRuntime.h"

Syntax

static void AccumulateLocalSpaceAdditivePose
(
    FCompactPose & BasePose,
    const FCompactPose & AdditivePose,
    FBlendedCurve & BaseCurve,
    const FBlendedCurve & AdditiveCurve,
    float Weight
)

Remarks

Accumulates weighted AdditivePose to BasePose. Rotations are NOT normalized.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss