For the Selection input of a Switch on SomeEnum, if I right-click and choose Promote to Variable it creates it as a byte, not as a variable of the type SomeEnum. To change this I have to delete the new variable in the eventgraph, change the variable type in Details panel, and then drag it onto the graph as Get to pin onto Selection again.
Why not just make Promote to Variable create the new variable as a type used for that Switch on SomeEnum in the first place?
Tom