Navigation
Unreal Engine C++ API Reference > Plugins > Composure > MovieScene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneSignedObject
- UMovieSceneTrack
- UMovieSceneComposureExportTrack
References
Module | Composure |
Header | /Engine/Plugins/Compositing/Composure/Source/Composure/Public/MovieScene/MovieSceneComposureExportTrack.h |
Include | #include "MovieScene/MovieSceneComposureExportTrack.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UMovieSceneComposureExportTrack :
public UMovieSceneTrack,
public IMovieSceneTrackTemplateProducer
Remarks
Movie scene track that exports a single pass (either the element's output, or an internal transform pass) during burnouts
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FMovieSceneComposureExportPass | Pass | Configuration options for the pass to export |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMovieSceneComposureExportTrack
(
const FObjectInitializer& ObjectInitializer |
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. | |
![]() ![]() ![]() |
FText | Get the track's display name. | |
![]() ![]() ![]() |
bool | HasSection
(
const UMovieSceneSection& Section |
Checks to see if the section is in this track. |
![]() ![]() ![]() |
bool | IsEmpty () |
|
![]() ![]() |
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 IMovieSceneTrackTemplateProducer
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
FMovieSceneEvalTemplatePtr | CreateTemplateForSection
(
const UMovieSceneSection& InSection |
Create a movie scene eval template for the specified section |