UMovieSceneSequencePlayer::PlayToSeconds

Low-level call to set the current time of the player by evaluating only the specified time.

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 PlayToSeconds
(
    float TimeInSeconds
)

Remarks

Low-level call to set the current time of the player by evaluating only the specified time. Will not trigger any events. Does not alter the persistent playback status of the player (IsPlaying).

Parameters

Parameter

Description

TimeInSeconds

The desired time in seconds

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