Navigation
API > API/Editor > API/Editor/MovieSceneTools
A property track editor for controlling the lifetime of a sapwnable object
| Name | FSpawnTrackEditor |
| Type | class |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/SpawnTrackEditor.h |
| Include Path | #include "TrackEditors/SpawnTrackEditor.h" |
Syntax
class FSpawnTrackEditor : public FKeyframeTrackEditor< UMovieSceneSpawnTrack >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FKeyframeTrackEditor → FSpawnTrackEditor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSpawnTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Creates and initializes a new instance. | TrackEditors/SpawnTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneTrack * AddTrack
(
UMovieScene* FocusedMovieScene, |
TrackEditors/SpawnTrackEditor.h | ||
virtual void BuildObjectBindingTrackMenu
(
FMenuBuilder& MenuBuilder, |
TrackEditors/SpawnTrackEditor.h | ||
virtual TSharedPtr< SWidget > BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
TrackEditors/SpawnTrackEditor.h | ||
| TrackEditors/SpawnTrackEditor.h | |||
virtual TSharedRef< ISequencerSection > MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
TrackEditors/SpawnTrackEditor.h | ||
virtual bool SupportsSequence
(
UMovieSceneSequence* InSequence |
TrackEditors/SpawnTrackEditor.h |
Overridden from FKeyframeTrackEditor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsType
(
TSubclassOf< UMovieSceneTrack > Type |
TrackEditors/SpawnTrackEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Factory function to create an instance of this class (called by a sequencer). | TrackEditors/SpawnTrackEditor.h |