Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneSequencePlayer
Description
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).
| Name | SetPlaybackPosition |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSequencePlayer.h |
| Include Path | #include "MovieSceneSequencePlayer.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSequencePlayer.cpp |
UFUNCTION (BlueprintCallable, Category="Sequencer|Player")
void SetPlaybackPosition
(
FMovieSceneSequencePlaybackParams PlaybackParams
)
Parameters
| Name | Remarks |
|---|---|
| PlaybackParams | The position settings (ie. the position to set playback to) |