Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerTrackEditor
- ISequencerTrackEditor::BuildObjectBindingEditButtons()
- FMovieSceneTrackEditor::BuildObjectBindingEditButtons()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerTrackEditor.h |
| Include | #include "ISequencerTrackEditor.h" |
void BuildObjectBindingEditButtons
&40;
TSharedPtr< SHorizontalBox > EditBox,
const FGuid & ObjectBinding,
const UClass &42; ObjectClass
&41;
Remarks
Builds up the object binding edit buttons for the outliner.
Parameters
| Name | Description |
|---|---|
| EditBox | The edit box to add buttons to. |
| ObjectBinding | The object binding this is for. |
| ObjectClass | The class of the object this is for. |