Navigation
API > API/Plugins > API/Plugins/GeometryCacheSequencer > API/Plugins/GeometryCacheSequencer/FGeometryCacheTrackEditor
- ISequencerTrackEditor::MakeSectionInterface()
- FMovieSceneTrackEditor::MakeSectionInterface()
- FGeometryCacheTrackEditor::MakeSectionInterface()
References
| Module | GeometryCacheSequencer |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.h |
| Include | #include "GeometryCacheTrackEditor.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheSequencer/Classes/GeometryCacheTrackEditor.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. |