Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerTimeSliderController
- ITimeSliderController::SetViewRange()
- FSequencerTimeSliderController::SetViewRange()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerTimeSliderController.h |
| Include | #include "SequencerTimeSliderController.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerTimeSliderController.cpp |
virtual void SetViewRange
&40;
double NewRangeMin,
double NewRangeMax,
EViewRangeInterpolation Interpolation
&41;
Remarks
Set a new range based on a min, max and an interpolation mode
Parameters
| Name | 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) |