unreal.MoviePipelineSetting

class unreal.MoviePipelineSetting(outer: Object | None = None, name: Name | str = 'None')

Bases: 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

is_enabled() bool

Is this setting enabled by the user in the UI?

Return type:

bool

set_is_enabled(enabled) None

Set Is Enabled

Parameters:

enabled (bool) –