UMovieSceneSequencePlayer::SetPlaybackPosition

Set the current time of the player by evaluating from the current time to the specified time, as if the sequence is playing.

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieSceneSequencePlayer.h

Include

#include "MovieSceneSequencePlayer.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequencePlayer.cpp

Syntax

void SetPlaybackPosition
(
    FMovieSceneSequencePlaybackParams PlaybackParams
)

Remarks

Set the current time of the player by evaluating from the current time to the specified time, as if the sequence is playing. Triggers events that lie within the evaluated range. Does not alter the persistent playback status of the player (IsPlaying).

Parameters

Parameter

Description

PlaybackParams

The position settings (ie. the position to set playback to)

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