I’ve been following THIS Shooter tutorial, and going through the documentation upon becoming stuck on something, but I can’t seem to find anything on the == node he’s using, I figured it was just == Byte, but mine calls for numbers, as his has drop downs.
You are looking for the == (Enum) node. Once you have placed this node and connect the current controlling device, it will change it to a dropdown, though it will still work if you just use the number, as the number/byte represents the enum index.
The variable should not be a byte, it should be of type ControllingDevice which is an enum that you need to create as listed in the ‘Creating Needed Data’ step of the tutorial.