unreal.MovieGraphPostRenderImageSequencePlayOptions

class unreal.MovieGraphPostRenderImageSequencePlayOptions(playback_method: MovieGraphPlaybackMethod = Ellipsis, player_executable: FilePath = Ellipsis, additional_command_line_arguments: str = '', job_playback: MovieGraphJobPlaybackRange = Ellipsis, render_layer_playback: MovieGraphRenderLayerPlaybackRange = Ellipsis, frame_range_notation: MovieGraphFrameRangeNotation = Ellipsis, playback_range: MovieGraphImageSequencePlaybackRange = Ellipsis)

Bases: MovieGraphPostRenderVideoPlayOptions

Options that dictate how images should be played back after a render completes.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MoviePipelinePostRenderSettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • additional_command_line_arguments (str): [Read-Write] If using a custom viewer, these command line arguments are passed along.

  • frame_range_notation (MovieGraphFrameRangeNotation): [Read-Write] The symbol that will be used to replace the frame number in image paths when providing those paths to external viewers.

  • job_playback (MovieGraphJobPlaybackRange): [Read-Write] The jobs that should have their media played.

  • playback_method (MovieGraphPlaybackMethod): [Read-Write] Determines which application is used to open rendered media for playback.

  • playback_range (MovieGraphImageSequencePlaybackRange): [Read-Write] The range of frames to play back (only applicable to image sequences).

  • player_executable (FilePath): [Read-Write] If using a custom viewer, this is the path to the executable to use.

  • render_layer_playback (MovieGraphRenderLayerPlaybackRange): [Read-Write] The render layers that should have their media played.

property frame_range_notation: MovieGraphFrameRangeNotation

[Read-Write] The symbol that will be used to replace the frame number in image paths when providing those paths to external viewers.

Type:

(MovieGraphFrameRangeNotation)

property playback_range: MovieGraphImageSequencePlaybackRange

[Read-Write] The range of frames to play back (only applicable to image sequences).

Type:

(MovieGraphImageSequencePlaybackRange)