Navigation
Unreal Engine C++ API Reference > Runtime > MovieScene > UMovieSceneSequencePlayer
References
Module | MovieScene |
Header | /Engine/Source/Runtime/MovieScene/Public/MovieSceneSequencePlayer.h |
Include | #include "MovieSceneSequencePlayer.h" |
Source | /Engine/Source/Runtime/MovieScene/Private/MovieSceneSequencePlayer.cpp |
void SetPlaybackPosition
&40;
FMovieSceneSequencePlaybackParams PlaybackParams
&41;
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
Name | Description |
---|---|
PlaybackParams | The position settings (ie. the position to set playback to) |