[Help] Which == Byte Node

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.

Theirs

Mine

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.

I tried using the == (ENUM) at first, but the “Current Controlling Device” Node would not connect to it.

This is what happens with == (ENUM)

What variable type is the variable?

The variable is a byte

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.

Well that’s one way to make myself look like an idiot haha, thanks for the help, i’ll try being more careful before creating a thread next time.

Lol, no problem.