ISequencer::MakeTimeRange

Create a widget containing the spinboxes for setting the working and playback range

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencer.h"

Syntax

TSharedRef< SWidget > MakeTimeRange
(
    const TSharedRef< SWidget > & InnerContent,
    bool bShowWorkingRange,
    bool bShowViewRange,
    bool bShowPlaybackRange
)

Remarks

Create a widget containing the spinboxes for setting the working and playback range

Returns

the widget

Parameters

Parameter

Description

InnerContent

Inner content to be inserted to the middle of the widget (inbetween the playback range spinboxes)

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