ITimeSliderController::SetViewRange

Set a new range based on a min, max and an interpolation mode

Windows
MacOS
Linux

Override Hierarchy

ITimeSliderController::SetViewRange()

FSequencerTimeSliderController::SetViewRange()

References

Module

SequencerWidgets

Header

/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h

Include

#include "ITimeSlider.h"

Syntax

virtual void SetViewRange
(
    double NewRangeMin,
    double NewRangeMax,
    EViewRangeInterpolation Interpolation
)

Remarks

Set a new range based on a min, max and an interpolation mode

Parameters

Parameter

Description

NewRangeMin

The new lower bound of the range

NewRangeMax

The new upper bound of the range

Interpolation

How to set the new range (either immediately, or animated)

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