Demultiplex
ValueOutputs
+
-
Utility
The Demultiplex
node takes in a value, a default value, and an index to select from a list of outputs. This node sends data through the output from the index of the list. If the value given is not valid, it will use the default value instead of the value provided.
Inputs
Value (Generic)
The value to send into a chosen output.
DefualtValue (Generic)
If the value is not valid, it will send this value instead.
Index (int)
The index to select from a list of outputs.
Outputs
ValueOutputs (Generic)
The list of outputs to send the data out from.