ESequencerScrubberStyle

Enum representing supported scrubber styles

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencerModule.h"

Syntax

enum ESequencerScrubberStyle
{
    Vanilla,
    FrameBlock,
}

Values

Name

Description

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.

Remarks

Enum representing supported scrubber styles

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