Navigation
API > API/Plugins > API/Plugins/MediaCompositing
Inheritance Hierarchy
- UMovieSceneNameableTrack
- IMovieSceneTrackTemplateProducer
- UMovieSceneMediaTrack
References
Module | MediaCompositing |
Header | /Engine/Plugins/Media/MediaCompositing/Source/MediaCompositing/Public/MovieSceneMediaTrack.h |
Include | #include "MovieSceneMediaTrack.h" |
Syntax
UCLASS ()
class UMovieSceneMediaTrack :
public UMovieSceneNameableTrack,
public IMovieSceneTrackTemplateProducer
Remarks
Implements a movie scene track for media playback.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneMediaTrack
(
const FObjectInitializer& ObjectInitializer |
Create and initialize a new instance. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
UMovieSceneSection * | AddNewMediaSource
(
UMediaSource& MediaSource, |
Adds a new media source on the next available/non-overlapping row. |
![]() ![]() |
UMovieSceneSection * | AddNewMediaSourceOnRow
(
UMediaSource& MediaSource, |
Adds a new media source to the track. |
![]() ![]() |
UMovieSceneSection * | AddNewMediaSourceProxy
(
UMediaSource* MediaSource, |
Adds a new media source on the next available/non-overlapping row. |
![]() ![]() |
UMovieSceneSection * | AddNewMediaSourceProxyOnRow
(
UMediaSource* MediaSource, |
Adds a new media source to the track. |
![]() ![]() |
void | AddSection
(
UMovieSceneSection& Section |
|
![]() ![]() |
void | BeginDestroy () |
|
![]() ![]() |
UMovieSceneSection * | ||
![]() ![]() ![]() |
FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
|
![]() ![]() ![]() |
const TArray< UMovieSceneSection * > & | ||
![]() ![]() ![]() |
bool | HasSection
(
const UMovieSceneSection& Section |
|
![]() ![]() ![]() |
bool | IsEmpty () |
|
![]() ![]() |
EMovieSceneSectionMovedResult | OnSectionMoved
(
UMovieSceneSection& Section, |
|
![]() ![]() |
void | RemoveSection
(
UMovieSceneSection& Section |
|
![]() ![]() |
void | RemoveSectionAt
(
int32 SectionIndex |
|
![]() ![]() ![]() |
bool | ||
![]() ![]() ![]() |
bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
|
![]() |
void | TickOutput () |
Called from the media clock. |