FMovieScenePlaybackPosition::JumpTo

Jump to the specified input time.

Windows
MacOS
Linux

References

Module

MovieScene

Header

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

Include

#include "Evaluation/MovieScenePlayback.h"

Source

/Engine/Source/Runtime/MovieScene/Private/Evaluation/MovieScenePlayback.cpp

Syntax

FMovieSceneEvaluationRange JumpTo
(
    FFrameTime NewPosition
)

Remarks

Jump to the specified input time.

Will reset previous play position. Any subsequent call to 'PlayTo' will include NewPosition.

Returns

A range encompassing only the specified time, in OutputRate space.

Parameters

Parameter

Description

NewPosition

The new frame time to set, in InputRate space

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