FAnimNode_SequenceEvaluatorBase::GetEffectiveDeltaTime

Get the effective delta time between the previous and current frame internal time.

Choose your operating system:

Windows

macOS

Linux

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_SequenceEvaluator.h

Include

#include "AnimNodes/AnimNode_SequenceEvaluator.h"

Source

/Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes/AnimNode_SequenceEvaluator.cpp

Syntax

virtual float GetEffectiveDeltaTime
(
    float ExplicitTime,
    float PrevExplicitTime
) const

Remarks

Get the effective delta time between the previous and current frame internal time.