Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FMovieSceneTrackEditor
- ISequencerTrackEditor::MakeSectionInterface()
- FMovieSceneTrackEditor::MakeSectionInterface()
- FContextualAnimMovieSceneTrackEditor::MakeSectionInterface()
- FContextualAnimMovieSceneNotifyTrackEditor::MakeSectionInterface()
- FChaosCacheTrackEditor::MakeSectionInterface()
- FMaterialTrackEditor::MakeSectionInterface()
- FNiagaraCacheTrackEditor::MakeSectionInterface()
- FGeometryCacheTrackEditor::MakeSectionInterface()
- FGeometryCollectionTrackEditor::MakeSectionInterface()
- FSubTrackEditor::MakeSectionInterface()
- FCinematicShotTrackEditor::MakeSectionInterface()
- FCinematicShotTrackEditor::MakeSectionInterface()
- FAudioTrackEditor::MakeSectionInterface()
- FBoolPropertyTrackEditor::MakeSectionInterface()
- FMediaTrackEditor::MakeSectionInterface()
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MovieSceneTrackEditor.h |
| Include | #include "MovieSceneTrackEditor.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/MovieSceneTrackEditor.cpp |
virtual TSharedRef< ISequencerSection > MakeSectionInterface
&40;
UMovieSceneSection & SectionObject,
UMovieSceneTrack & Track,
FGuid ObjectBinding
&41;
Remarks
Called to generate a section layout for a particular section.
Parameters
| Name | Description |
|---|---|
| SectionObject | The section to make UI for. |
| Track | The track that owns the section. |
| ObjectBinding | the object binding for the track that owns the section, if there is one. |