UMovieSceneComposureExportTrack

Movie scene track that exports a single pass (either the element's output, or an internal transform pass) during burnouts

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Composure

Header

/Engine/Plugins/Compositing/Composure/Source/Composure/Public/MovieScene/MovieSceneComposureExportTrack.h

Include

#include "MovieScene/MovieSceneComposureExportTrack.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(MinimalAPI)
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

Name Description

Public variable UProperty Category, EditAnywhere, Meta

FMovieSceneComp...

 

Pass

Configuration options for the pass to export

Constructors

Name Description

Public function

UMovieSceneComposureExportTrack

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UMovieSceneTrack

Name Description

Public function Virtual

void

 

AddSection

(
    UMovieSceneSection& Section
)

Add a section to this track.

Public function Virtual

UMovieSceneS...

 

CreateNewSection()

Generates a new section suitable for use with this track.

Public function Virtual Const

const TArray...

 

GetAllSections()

Called when all the sections of the track need to be retrieved.

Public function Virtual Const

FText

 

GetDisplayName()

Get the track's display name.

Public function Virtual Const

bool

 

HasSection

(
    const UMovieSceneSection& Section
)

Checks to see if the section is in this track.

Public function Virtual Const

bool

 

IsEmpty()

Public function Virtual

void

 

RemoveSection

(
    UMovieSceneSection& Section
)

Removes a section from this track.

Public function Virtual

void

 

RemoveSectionAt

(
    int32 SectionIndex
)

Removes a section from this track at a particular index

Public function Virtual Const

bool

 

SupportsMultipleRows()

Public function Virtual Const

bool

 

SupportsType

(
    TSubclassOf< UMovieSceneSection > S...
)

Does this track support this section class type?

Overridden from IMovieSceneTrackTemplateProducer

Name Description

Public function Virtual Const

FMovieSceneE...

 

CreateTemplateForSection

(
    const UMovieSceneSection& InSectio...
)

Create a movie scene eval template for the specified section

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss