[Request] Variable Branch

Can we get a node that allows a bool fed branch to switch between two variables? So if True, use Variable A. If False, use Variable B.

Along the same lines, a Switch on Int/Enum that does the same thing could also be beneficial.

You can select between two variables using an int, a bool or an enum using the select node. When you place it there will be a dropdown next to the index parameter where you can select the type.

selectNode.png

1 Like

Thanks! Not sure how I missed that. :stuck_out_tongue: