SelectActiveInput¶
Pick the value from the active input port.
This node accepts multiple inputs of any type and one output. The node assumes that at most one of the inputs is not None, and it will then output that value, or None if all inputs are None. This node is typically used to rejoin multiple conditionally forking paths, for instance different processing chains that are selectively enabled by a ConditionSwitch node. Version 1.0.0
Ports/Properties¶
input1¶
Input alternative 1.
input2¶
Input alternative 2.
input3¶
Input alternative 3.
input4¶
Input alternative 4.
input5¶
Input alternative 5.
output¶
The value of the one input that is active.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.