Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerTimeSliderController
Drag operations for this time controller
| Name | EDragType |
| Type | enum |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerTimeSliderController.h |
| Include Path | #include "SequencerTimeSliderController.h" |
Syntax
enum EDragType
{
DRAG_NONE,
DRAG_SCRUBBING_TIME,
DRAG_SETTING_RANGE,
DRAG_PLAYBACK_START,
DRAG_PLAYBACK_END,
DRAG_SELECTION_START,
DRAG_SELECTION_END,
DRAG_MARK,
}
Values
| Name | Remarks |
|---|---|
| DRAG_NONE | |
| DRAG_SCRUBBING_TIME | |
| DRAG_SETTING_RANGE | |
| DRAG_PLAYBACK_START | |
| DRAG_PLAYBACK_END | |
| DRAG_SELECTION_START | |
| DRAG_SELECTION_END | |
| DRAG_MARK |