unreal.MoviePipelineSetting

class unreal.MoviePipelineSetting(outer=None, name='None')

Bases: unreal.Object

A base class for all Movie Render Pipeline settings.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MoviePipelineSetting.h

build_new_process_command_line(out_unreal_url_params, out_command_line_args) -> (out_unreal_url_params=str, out_command_line_args=str)

Build New Process Command Line

Parameters
  • out_unreal_url_params (str) –

  • out_command_line_args (str) –

Returns

out_unreal_url_params (str):

out_command_line_args (str):

Return type

tuple

build_new_process_command_line_args(out_unreal_url_params, out_command_line_args, out_device_profile_cvars, out_exec_cmds) -> (out_unreal_url_params=Array(str), out_command_line_args=Array(str), out_device_profile_cvars=Array(str), out_exec_cmds=Array(str))

Build New Process Command Line Args

Parameters
Returns

out_unreal_url_params (Array(str)):

out_command_line_args (Array(str)):

out_device_profile_cvars (Array(str)):

out_exec_cmds (Array(str)):

Return type

tuple