unreal.MovieGraphBranchNode

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

Bases: MovieGraphNode

A node which creates a True/False branching condition. A user Graph Variable can be plugged into the conditional pin and this will be evaluated when flattening the graph, choosing which branch path to follow.

C++ Source:

  • Plugin: MovieRenderPipeline

  • Module: MovieRenderPipelineCore

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