Navigation
API > API/Plugins > API/Plugins/MetaHumanSequencer
MediaTrackEditor that can be added to MetaHumanSequences This can be used to customize the behavior of the sequencer track editor Right now this relies on the functionality available in FMediaTrackEditor
| Name | FMetaHumanMediaTrackEditor |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanSequencer/Public/MetaHumanMediaTrackEditor.h |
| Include Path | #include "MetaHumanMediaTrackEditor.h" |
Syntax
class FMetaHumanMediaTrackEditor : public FMediaTrackEditor
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FMovieSceneTrackEditor → FMediaTrackEditor → FMetaHumanMediaTrackEditor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMetaHumanMediaTrackEditor
(
TSharedRef< ISequencer > InSequencer |
MetaHumanMediaTrackEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildAddTrackMenu
(
FMenuBuilder& MenuBuilder |
MetaHumanMediaTrackEditor.h | ||
virtual TSharedPtr< SWidget > BuildOutlinerEditWidget
(
const FGuid& ObjectBinding, |
MetaHumanMediaTrackEditor.h | ||
virtual bool IsResizable
(
UMovieSceneTrack* InTrack |
MetaHumanMediaTrackEditor.h | ||
virtual TSharedRef< ISequencerSection > MakeSectionInterface
(
UMovieSceneSection& SectionObject, |
MetaHumanMediaTrackEditor.h | ||
virtual void Resize
(
float NewSize, |
MetaHumanMediaTrackEditor.h | ||
virtual bool SupportsSequence
(
UMovieSceneSequence* InSequence |
MetaHumanMediaTrackEditor.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneTrack > TrackClass |
MetaHumanMediaTrackEditor.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
TSharedRef< ISequencer > InOwningSequencer |
Create a new track editor instance. | MetaHumanMediaTrackEditor.h |