UInterpTrackAnimControl::GetAnimForTime

Find the animation name and position for the given point in the track timeline.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackAnimControl.h

Include

#include "Matinee/InterpTrackAnimControl.h"

Source

/Engine/Source/Runtime/Engine/Private/Interpolation.cpp

Syntax

bool GetAnimForTime
(
    float InTime,
    UAnimSequence ** OutAnimSequencePtr,
    float & OutPosition,
    bool & bOutLooping
)

Remarks

Find the animation name and position for the given point in the track timeline.

Returns

true if it needs the animation to advance timer (from Previous to Current Time for Root Motion)

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