How to set the value of an Enumerator?

Switch on %Name Of Enumerator would do the trick

http://puu.sh/ovUj3.png

you can switch on string or integer.

http://puu.sh/ovUIQ.png

Also there are Select node, which work with a lot of stuff

http://puu.sh/ovUnH.png

As wildcard, you can use integer, enumeration or bool, as for selectable variable might be everything, from actor and actor arrays to structures, enumerations and arrays their arrays.

To change selectable type or what type you base of your selection, you need to drag wire from variable to the node. For Array select is tricky, little bit, you need to connect your variable type to option [before][4] return.

http://puu.sh/ovURY.png

http://puu.sh/ovV4N.png