FAnimMontageInstance::SimulateAdvance

Simulate is same as Advance, but without calling any events or touching any of the instance data.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h

Include

#include "Animation/AnimMontage.h"

Source

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

Syntax

bool SimulateAdvance
(
    float DeltaTime,
    float & InOutPosition,
    struct FRootMotionMovementParams & OutRootMotionParams
) const

Remarks

Simulate is same as Advance, but without calling any events or touching any of the instance data. So it performs a simulation of advancing the timeline.

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