FSequencerTimeSliderController::ClampViewRange

Clamp the given range to the clamp range

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

virtual void ClampViewRange
(
    double & NewRangeMin,
    double & NewRangeMax
)

Remarks

Clamp the given range to the clamp range

Parameters

Parameter

Description

NewRangeMin

The new lower bound of the range

NewRangeMax

The new upper bound of the range

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