FMovieSceneSequenceTransform::TransformTime

Transforms the given time, returning the transformed time along with a series of loop indices that indicate which loops each nested level is in.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Evaluation/MovieSceneSequenceTransform.h

Include

#include "Evaluation/MovieSceneSequenceTransform.h"

Syntax

void TransformTime
(
    FFrameTime InTime,
    FFrameTime & OutTime,
    FMovieSceneWarpCounter & OutWarpCounter
) const

Remarks

Transforms the given time, returning the transformed time along with a series of loop indices that indicate which loops each nested level is in.

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