unreal.DummyRenderLayerOnlyNode

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

Bases: MovieGraphSettingNode

A dummy render layer only node. Currently MRG does not ship with any nodes which are restricted to just render layer branches, so this node exists solely to test functionality of restricting nodes to just render layer branches (EMovieGraphBranchRestriction::RenderLayer). Can be removed once a shipped node with this restriction exists.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineEditor

  • File: MovieGraphEditorTestUtilities.h

Editor Properties: (see get_editor_property/set_editor_property)

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