Switch on userdefinedenum (?) has no outputs

My Blueprint

So I am supposed to have a switch that’s called ‘Switch on CurrentControllingDevice’. Both switches are supposed to have outputs, which in my case they do not. I also have that strange note that path one is not executed, but the blueprints seem to match up properly. He also uses engine 4.8.2 and I am using 4.9, but I’m guessing this shouldn’t be the issue.

Normal Blueprint

This blueprint has outputs on the switches and also have the proper names, but for the life of me I can’t figure out what I need to do to my switch/variable/function to actually have an output for this (this type of switch occurs multiple times in the tutorials). I am up to the ‘GetSensitivity’ step in [this tutorial][3]. Thank you.

I HAVE SOLVED THE ISSUE. To anyone else with this problem, make sure to add entries onto the enum you created at the start of the tutorial. Best of luck!