As you can see in the picture above, I can’t find the node “Equal(Byte)” which I always use it to compare enums. Using operator node “Equal” to compare enum will cause a error.
Is there a way to compare enums with byte compare? I used to use byte compare to make a macro which can compare any enum types.