FSequencerTimeSliderController::ZoomByDelta

Zoom the range by a given delta.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerTimeSliderController.h"

Source

/Engine/Source/Editor/Sequencer/Private/SequencerTimeSliderController.cpp

Syntax

bool ZoomByDelta
(
    float InDelta,
    float ZoomBias
)

Remarks

Zoom the range by a given delta.

Parameters

Parameter

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)

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