Navigation
API > API/Editor > API/Editor/Sequencer
Enum representing supported scrubber styles
| Name | ESequencerScrubberStyle |
| Type | enum |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerModule.h |
| Include Path | #include "ISequencerModule.h" |
Syntax
enum ESequencerScrubberStyle
{
Vanilla,
FrameBlock,
}
Values
| Name | Remarks |
|---|---|
| Vanilla | Scrubber is represented as a single thin line for the current time, with a constant-sized thumb. |
| FrameBlock | Scrubber thumb occupies a full 'display rate' frame, with a single thin line for the current time. |