Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > FSequencerTimeSliderController
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/SequencerTimeSliderController.h |
Include | #include "SequencerTimeSliderController.h" |
bool ZoomByDelta
(
float InDelta,
float ZoomBias
)
Remarks
Zoom the range by a given delta.
Parameters
Name | Description |
---|---|
InDelta | The total amount to zoom by (+ve = zoom out, -ve = zoom in) |
ZoomBias | Bias to apply to lower/upper extents of the range. (0 = lower, 0.5 = equal, 1 = upper) |