Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/UMovieSceneSequencePlayer
Description
Play from the current position to the requested position and pause. If requested position is before the current position, playback will be reversed. Playback to the requested position will be cancelled if Stop() or Pause() is invoked during this playback.
| Name | PlayTo |
| 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 PlayTo
(
FMovieSceneSequencePlaybackParams PlaybackParams,
FMovieSceneSequencePlayToParams PlayToParams
)
Parameters
| Name | Remarks |
|---|---|
| PlaybackParams | The position settings (ie. the position to play to) |