Quote:
Originally Posted by Pausert
I need to use a case structure that doesn't use a boolean. I know that if I wire another type of input to the case structure it will fit itself to the type, but is there any other way to change its input and see the cases associated with each type?
|
Cases are extremely versatile, all you have to do is wire something to the boolean case node and it will switch to what ever you wire it to. the only other things I'd like to add is that if your doing an array or something like that that the case doesn't always add all the variables available