switch

 

 

A very useful node that allows you to set different output values based in the selector and input values.

All input and output pins will be of the same type.

 

 

 

 

 

To add more inputs, right click over the switch node and choose Add Input from the pop up.

 

 

[Inputs]

 

Selector - An integer value that goes from 0 to number of input pins-1.

 

Input 0,1,2.. - User defined input values. All the input pins will be of the same data type

 

[Outputs]

 

Out - Node passes Input value to the Out based on the Selector value.