Missing operator (== and !=) for Text and String type (EU 5.0.3)

No operators found (== and !=) for Text and String type.
Pins can only be converted to Name type.

So to compare a Text, you have to convert to String and then to Name…

Is this so? Or is there something I don’t know?

Both exist, just type equals

image

1 Like

Cool!! It was very strange that those operators were not available.

Thank you so much for you help!! :sparkling_heart:

What version of unreal are you using?
In EU 5.0.3 it doesn’t work, not even if I use Make Literal :disappointed_relieved:

I’m on 4.27. It is a bit different in UE5

Use nodes Equal Exactly

image

1 Like

Yesss!!
Finally something that works!!
I did not know that these operators exist!
Thank you very much for your help!! :sparkling_heart:

1 Like