Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/TrackEditors
Inheritance Hierarchy
- TSharedFromThis
- ISequencerTrackEditor
- FMovieSceneTrackEditor
- FMaterialTrackEditor
- FComponentMaterialTrackEditor
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/MaterialTrackEditor.h |
| Include | #include "TrackEditors/MaterialTrackEditor.h" |
Syntax
class FMaterialTrackEditor : public FMovieSceneTrackEditor
Remarks
Track editor for material parameters.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMaterialTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMaterialInterface * | GetMaterialInterfaceForTrack
(
FGuid ObjectBinding, |
Gets a material interface for a specific object binding and material track. |
Overridden from ISequencerTrackEditor
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SWidget > | BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
Builds an edit widget for the outliner nodes which represent tracks which are edited by this editor. | |
| TSharedRef< ISequencerSection > | MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
Called to generate a section layout for a particular section. |