Navigation
API > API/Editor > API/Editor/MovieSceneTools
Track editor for material parameters.
| Name | FMaterialTrackEditor |
| Type | class |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/MaterialTrackEditor.h |
| Include Path | #include "TrackEditors/MaterialTrackEditor.h" |
Syntax
class FMaterialTrackEditor : public FMovieSceneTrackEditor
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FMaterialTrackEditor
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMaterialTrackEditor
(
TSharedRef< ISequencer > InSequencer |
Constructor. | TrackEditors/MaterialTrackEditor.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMaterialTrackEditor() |
Virtual destructor. | TrackEditors/MaterialTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< SWidget > BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
TrackEditors/MaterialTrackEditor.h | ||
virtual FText GetDisplayName() |
TrackEditors/MaterialTrackEditor.h | ||
virtual TSharedRef< ISequencerSection > MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
TrackEditors/MaterialTrackEditor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialInterface * GetMaterialInterfaceForTrack
(
FGuid ObjectBinding, |
Gets a material interface for a specific object binding and material track. | TrackEditors/MaterialTrackEditor.h |