FAnimInstanceProxy::SlotEvaluatePose

Evaluate a pose for a named montage slot

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimInstanceProxy.h

Include

#include "Animation/AnimInstanceProxy.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimInstanceProxy.cpp

Syntax

void SlotEvaluatePose
(
    const FName & SlotNodeName,
    const FCompactPose & SourcePose,
    const FBlendedCurve & SourceCurve,
    float InSourceWeight,
    FCompactPose & BlendedPose,
    FBlendedCurve & BlendedCurve,
    float InBlendWeight,
    float InTotalNodeWeight
)

Remarks

Evaluate a pose for a named montage slot

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