ISequencer::SetViewRange

Set the view range, growing the working range to accomodate, if necessary

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/ISequencer.h

Include

#include "ISequencer.h"

Syntax

void SetViewRange
(
    TRange< double > NewViewRange,
    EViewRangeInterpolation Interpolation
)

Remarks

Set the view range, growing the working range to accomodate, if necessary

Parameters

Parameter

Description

NewViewRange

The new view range. Must be a finite range

Interpolation

How to interpolate to the new view range

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