Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/TrackEditors
Inheritance Hierarchy
- FMovieSceneTrackEditor
- FCustomPrimitiveDataTrackEditor
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/CustomPrimitiveDataTrackEditor.h |
| Include | #include "TrackEditors/CustomPrimitiveDataTrackEditor.h" |
Syntax
class FCustomPrimitiveDataTrackEditor : public FMovieSceneTrackEditor
Remarks
Track editor for custom primitive data tracks
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCustomPrimitiveDataTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
||
| TSharedRef< ISequencerTrackEditor > | CreateTrackEditor
(
TSharedRef< ISequencer > OwningSequencer |
||
| void | ExtendObjectBindingTrackMenu
(
TSharedRef< FExtender > Extender, |
||
| bool | GetDefaultExpansionState
(
UMovieSceneTrack* InTrack |
||
| TSharedRef< ISequencerSection > | MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
||
| bool | SupportsType
(
TSubclassOf< UMovieSceneTrack > Type |