Trouble With Enums in Niagara Module Script

Hello!

Probably a simple answer to this I’m missing, but I’m trying to make some logic based off of a niagara system’s ExecutionState variable and I’m having trouble getting it to actually work as an enum. Any time I try to perform a not equals or equals operation, it will convert it into an integer. I can’t right click to change the pin type, and there are no additional details. Does anyone know a way to fix this?

Nevermind. Turns out there is a Numeric not equal node that I was not seeing. You can create a numeric and set its pin type to be one of included enums.