Navigation
API > API/Plugins > API/Plugins/NiagaraSimCachingEditor > API/Plugins/NiagaraSimCachingEditor/Sequencer > API/Plugins/NiagaraSimCachingEditor/Sequencer/FNiagaraCacheTrackEditor
- ISequencerTrackEditor::MakeSectionInterface()
- FMovieSceneTrackEditor::MakeSectionInterface()
- FNiagaraCacheTrackEditor::MakeSectionInterface()
References
| Module | NiagaraSimCachingEditor |
| Header | /Engine/Plugins/FX/NiagaraSimCaching/Source/NiagaraSimCachingEditor/Public/Sequencer/NiagaraCacheTrackEditor.h |
| Include | #include "Sequencer/NiagaraCacheTrackEditor.h" |
| Source | /Engine/Plugins/FX/NiagaraSimCaching/Source/NiagaraSimCachingEditor/Private/Sequencer/NiagaraCacheTrackEditor.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. |