ESequencerCommandBindings

Enumerates types of UI Command bindings.

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "ISequencer.h"

Syntax

enum ESequencerCommandBindings
{
    Sequencer,
    Shared,
    CurveEditor,
}

Values

Name

Description

Sequencer

Bindings that are used by Sequencer widgets only.

Shared

Bindings that are shared between Sequencer and non-Sequencer widgets (subset of Sequencer commands).

CurveEditor

Bindings that are available in the Curve Editor.

Remarks

Enumerates types of UI Command bindings.

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