unreal.MovieGraphJobPlaybackRange

class unreal.MovieGraphJobPlaybackRange

Bases: EnumBase

Dictates which jobs should be used to get media from for playback if more than one job generated media.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MoviePipelinePostRenderSettings.h

ALL_JOBS: MovieGraphJobPlaybackRange = Ellipsis

Play back media from all of the jobs that were rendered.

Type:

1

FIRST_JOB_ONLY: MovieGraphJobPlaybackRange = Ellipsis

Only play back media from the first job that was rendered.

Type:

0