DragType

If we are dragging a scrubber or dragging to set the time range

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerTimeSliderController.h"

Syntax

enum DragType
{
    DRAG_SCRUBBING_TIME,
    DRAG_SETTING_RANGE,
    DRAG_PLAYBACK_START,
    DRAG_PLAYBACK_END,
    DRAG_SELECTION_START,
    DRAG_SELECTION_END,
    DRAG_MARK,
    DRAG_NONE,
}

Values

Name

Description

DRAG_SCRUBBING_TIME

DRAG_SETTING_RANGE

DRAG_PLAYBACK_START

DRAG_PLAYBACK_END

DRAG_SELECTION_START

DRAG_SELECTION_END

DRAG_MARK

DRAG_NONE

Remarks

If we are dragging a scrubber or dragging to set the time 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