UMovieSceneSequencePlayer::SetTimeRange

Set the valid play range for this sequence, determined by a starting time and a duration (in seconds)

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 SetTimeRange
(
    float StartTime,
    float Duration
)

Remarks

Set the valid play range for this sequence, determined by a starting time and a duration (in seconds)

Parameters

Parameter

Description

StartTime

The time to start playing back the sequence in seconds

Duration

The length to play for

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