UMovieScene::SetPlaybackRange

Set the start and end playback positions (playback range) for this movie scene

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/MovieScene.h

Include

#include "MovieScene.h"

Source

/Engine/Source/Runtime/MovieScene/Private/MovieScene.cpp

Syntax

void SetPlaybackRange
(
    FFrameNumber Start,
    int32 Duration,
    bool bAlwaysMarkDirty
)

Remarks

Set the start and end playback positions (playback range) for this movie scene

Parameters

Parameter

Description

Start

The offset from 0-time to start playback of this movie scene

Duration

The number of frames the movie scene should play for

bAlwaysMarkDirty

Whether to always mark the playback range dirty when changing it. In the case where the playback range is dynamic and based on section bounds, the playback range doesn't need to be dirtied when set

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