Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerTrackEditor
- ISequencerTrackEditor::BindCommands()
- FMovieSceneTrackEditor::BindCommands()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h |
| Include | #include "ISequencerTrackEditor.h" |
void BindCommands
&40;
TSharedRef< FUICommandList > SequencerCommandBindings
&41;
Remarks
Allows the track editors to bind commands.
Parameters
| Name | Description |
|---|---|
| SequencerCommandBindings | The command bindings to map to. |