ITimeSliderController::SetPlayRange

Set a new playback range based on a min, max

Windows
MacOS
Linux

Override Hierarchy

ITimeSliderController::SetPlayRange()

FSequencerTimeSliderController::SetPlayRange()

References

Module

SequencerWidgets

Header

/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h

Include

#include "ITimeSlider.h"

Syntax

virtual void SetPlayRange
(
    FFrameNumber RangeStart,
    int32 RangeDuration
)

Remarks

Set a new playback range based on a min, max

Parameters

Parameter

Description

RangeStart

The new lower bound of the playback range

RangeDuration

The total number of frames that we play for

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