UMovieScene::SetPlaybackRange

Set the 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
(
    const TRange< FFrameNumber > & NewRange,
    bool bAlwaysMarkDirty
)

Remarks

Set the playback range for this movie scene

Parameters

Parameter

Description

Range

The new playback range. Must not have any open bounds (ie must be a finite range)

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