UMovieSceneSequencePlayer::PlayTo

Play from the current position to the requested position and pause.

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 PlayTo
(
    FMovieSceneSequencePlaybackParams PlaybackParams
)

Remarks

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.

Parameters

Parameter

Description

PlaybackParams

The position settings (ie. the position to play 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