Navigation
API > API/Editor > API/Editor/Sequencer
Enumerates types of UI Command bindings.
| Name | ESequencerCommandBindings |
| Type | enum |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencer.h |
| Include Path | #include "ISequencer.h" |
Syntax
enum ESequencerCommandBindings
{
Sequencer,
Shared,
CurveEditor,
}
Values
| Name | Remarks |
|---|---|
| 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. |