Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerTimeSliderController
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerTimeSliderController.h |
| Include | #include "SequencerTimeSliderController.h" |
virtual void ClampViewRange
(
double & NewRangeMin,
double & NewRangeMax
)
Remarks
Clamp the given range to the clamp range
Parameters
| Name | Description |
|---|---|
| NewRangeMin | The new lower bound of the range |
| NewRangeMax | The new upper bound of the range |