unreal.MovieGraphSelectNode

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

Bases: MovieGraphNode

A node which creates a condition that selects from a set of input branches.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

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

  • select_options (MovieGraphValueContainer): [Read-Write] The options that are available on the node.

  • selected_option (MovieGraphValueContainer): [Read-Write] The currently selected option.