Navigation
API > API/Editor > API/Editor/Sequencer
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.