Navigation
API > API/Plugins > API/Plugins/MediaCompositing
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneNameableTrack
- UMovieSceneMediaTrack
References
| Module | MediaCompositing |
| Header | /Engine/Plugins/Media/MediaCompositing/Source/MediaCompositing/Public/MovieSceneMediaTrack.h |
| Include | #include "MovieSceneMediaTrack.h" |
Syntax
UCLASS&40;&41;
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 | TickOutput () |
Called from the media clock. |
Overridden from UMovieSceneTrack
| Type | Name | Description | |
|---|---|---|---|
| void | AddSection
(
UMovieSceneSection& Section |
Add a section to this track. | |
| UMovieSceneSection * | Generates a new section suitable for use with this track. | ||
| const TArray< UMovieSceneSection * > & | Called when all the sections of the track need to be retrieved. | ||
| bool | HasSection
(
const UMovieSceneSection& Section |
Checks to see if the section is in this track. | |
| bool | IsEmpty () |
||
| EMovieSceneSectionMovedResult | OnSectionMoved
(
UMovieSceneSection& Section, |
Called if the section is moved in Sequencer. | |
| void | RemoveSection
(
UMovieSceneSection& Section |
Removes a section from this track. | |
| void | RemoveSectionAt
(
int32 SectionIndex |
Removes a section from this track at a particular index | |
| bool | |||
| bool | SupportsType
(
TSubclassOf< UMovieSceneSection > SectionClass |
Does this track support this section class type? |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
Called before destroying the object. |
Overridden from IMovieSceneTrackTemplateProducer
| Type | Name | Description | |
|---|---|---|---|
| FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
Create a movie scene eval template for the specified section |