unreal.MovieGraphDebugSettingNode

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

Bases: MovieGraphSettingNode

A node which configures various debug settings that may be useful when debugging an issue.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphDebugNode.h

Editor Properties: (see get_editor_property/set_editor_property)

  • capture_frames_with_render_doc (bool): [Read-Write] If true, automatically trigger RenderDoc to capture rendering information. RenderDoc plugin must be enabled, and the editor must have been launched with -AttachRenderDoc. Resulting capture will be in /Saved/RenderDocCaptures.

  • capture_unreal_insights_trace (bool): [Read-Write] If true, automatically capture an Unreal Insights trace file for the duration of the render. Resulting capture will be in the global Output Directory for the job.

  • dynamic_properties (InstancedPropertyBag): [Read-Write] Properties which can be dynamically declared on the node (vs. native properties which are always present).

  • override_b_capture_frames_with_render_doc (bool): [Read-Write]

  • override_b_capture_unreal_insights_trace (bool): [Read-Write]

  • override_unreal_insights_trace_file_name_format (bool): [Read-Write]

  • unreal_insights_trace_file_name_format (str): [Read-Write] If true, automatically capture an Unreal Insights trace file for the duration of the render. Resulting capture will be in the global Output Directory for the job.

property capture_frames_with_render_doc: bool

[Read-Write] If true, automatically trigger RenderDoc to capture rendering information. RenderDoc plugin must be enabled, and the editor must have been launched with -AttachRenderDoc. Resulting capture will be in /Saved/RenderDocCaptures.

Type:

(bool)

property capture_unreal_insights_trace: bool

[Read-Write] If true, automatically capture an Unreal Insights trace file for the duration of the render. Resulting capture will be in the global Output Directory for the job.

Type:

(bool)

property override_b_capture_frames_with_render_doc: bool

[Read-Write]

Type:

(bool)

property override_b_capture_unreal_insights_trace: bool

[Read-Write]

Type:

(bool)

property override_unreal_insights_trace_file_name_format: bool

[Read-Write]

Type:

(bool)

property unreal_insights_trace_file_name_format: str

[Read-Write] If true, automatically capture an Unreal Insights trace file for the duration of the render. Resulting capture will be in the global Output Directory for the job.

Type:

(str)