Navigation
API > API/Editor > API/Editor/MovieSceneTools
A specialized material track editor for component materials
| Name | FComponentMaterialTrackEditor |
| Type | class |
| Header File | /Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/MaterialTrackEditor.h |
| Include Path | #include "TrackEditors/MaterialTrackEditor.h" |
Syntax
class FComponentMaterialTrackEditor : public FMaterialTrackEditor
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FMaterialTrackEditor → FComponentMaterialTrackEditor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComponentMaterialTrackEditor
(
TSharedRef< ISequencer > InSequencer |
TrackEditors/MaterialTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildTrackContextMenu
(
FMenuBuilder& MenuBuilder, |
TrackEditors/MaterialTrackEditor.h | ||
virtual void ExtendObjectBindingTrackMenu
(
TSharedRef< FExtender > Extender, |
TrackEditors/MaterialTrackEditor.h | ||
virtual bool GetDefaultExpansionState
(
UMovieSceneTrack* InTrack |
TrackEditors/MaterialTrackEditor.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneTrack > Type |
TrackEditors/MaterialTrackEditor.h |
Protected
Overridden from FMaterialTrackEditor
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMaterialInterface * GetMaterialInterfaceForTrack
(
FGuid ObjectBinding, |
Gets a material interface for a specific object binding and material track. | TrackEditors/MaterialTrackEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
TSharedRef< ISequencer > OwningSequencer |
TrackEditors/MaterialTrackEditor.h |