unreal.MovieGraphImageSequencePlaybackRange

class unreal.MovieGraphImageSequencePlaybackRange

Bases: EnumBase

The frame range for image sequences that should be used during playback.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MoviePipelinePostRenderSettings.h

FIRST_FRAME_ONLY: MovieGraphImageSequencePlaybackRange = Ellipsis

Only play back the first frame.

Type:

0

FULL_RANGE: MovieGraphImageSequencePlaybackRange = Ellipsis

Play back all available frames.

Type:

1