unreal.MovieGraphRemoveRenderSettingNode

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

Bases: MovieGraphNode

A node which can remove other nodes in the graph.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

  • File: MovieGraphRemoveRenderSettingNode.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).

  • node_type (type(Class)): [Read-Write] The type of node (exact match) that should be removed.

property node_type: Class

[Read-Write] The type of node (exact match) that should be removed.

Type:

(type(Class))