Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/TrackEditors > API/Editor/MovieSceneTools/TrackEditors/FSpawnTrackEditor
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/SpawnTrackEditor.h |
| Include | #include "TrackEditors/SpawnTrackEditor.h" |
| Source | /Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/SpawnTrackEditor.cpp |
static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
&40;
TSharedRef< ISequencer > InSequencer
&41;
Remarks
Factory function to create an instance of this class (called by a sequencer). The new instance of this class.
Parameters
| Name | Description |
|---|---|
| InSequencer | The sequencer instance to be used by this tool. |