FMaterialTrackEditor

Track editor for material parameters.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

FMaterialTrackEditor

(
    TSharedRef< ISequencer > InSequence...
)

Constructor.

Destructors

Name Description

Public function Virtual

~FMaterialTrackEditor()

Virtual destructor.

Functions

Name Description

Protected function

UMaterialInt...

 

GetMaterialInterfaceForTrack

(
    FGuid ObjectBinding,
    UMovieSceneMaterialTrack* Mate...
)

Gets a material interface for a specific object binding and material track.

Overridden from ISequencerTrackEditor

Name Description

Public function Virtual

TSharedPtr< ...

 

BuildOutlinerEditWidget

(
    const FGuid& ObjectBinding,
    UMovieSceneTrack* Track,
    const FBuildEditWidgetParams& Para...
)

Builds an edit widget for the outliner nodes which represent tracks which are edited by this editor.

Public function Virtual

TSharedRef< ...

 

MakeSectionInterface

(
    UMovieSceneSection& SectionObject,
    UMovieSceneTrack& Track,
    FGuid ObjectBinding
)

Called to generate a section layout for a particular section.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss