Navigation
API > API/Plugins > API/Plugins/MetaHumanSequencer
Implements a MovieSceneMediaTrack customized for the MetaHumanPerformance plugin
| Name | UMetaHumanMovieSceneMediaTrack |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanSequencer/Public/MetaHumanMovieSceneMediaTrack.h |
| Include Path | #include "MetaHumanMovieSceneMediaTrack.h" |
Syntax
UCLASS (MinimalAPI)
class UMetaHumanMovieSceneMediaTrack : public UMovieSceneMediaTrack
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneDecorationContainerObject → UMovieSceneTrack → UMovieSceneNameableTrack → UMovieSceneMediaTrack → UMetaHumanMovieSceneMediaTrack
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMetaHumanMovieSceneMediaTrack
(
const FObjectInitializer& InObjectInitializer |
MetaHumanMovieSceneMediaTrack.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| MinRowHeight | float | The minimum height for resizable media tracks | MetaHumanMovieSceneMediaTrack.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RowHeight | float | The height for each row of this track | MetaHumanMovieSceneMediaTrack.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetRowHeight() |
Get the height of this track's rows | MetaHumanMovieSceneMediaTrack.h | |
void SetRowHeight
(
int32 NewRowHeight |
Set the height of this track's rows | MetaHumanMovieSceneMediaTrack.h |
Overridden from UMovieSceneMediaTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMovieSceneSection * AddNewMediaSourceOnRow
(
UMediaSource& MediaSource, |
MetaHumanMovieSceneMediaTrack.h |
Overridden from UMovieSceneTrack
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RemoveAllAnimationData() |
MetaHumanMovieSceneMediaTrack.h | ||
virtual bool SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
MetaHumanMovieSceneMediaTrack.h |