I made a fresh new project on the third-person template with no plugins, UE 5.3.2
So I notice that having an array with values I initialized in it, and an individual initialized variable, that using the contains and find node DOES WORK in play mode select view port, BUT DOESN’T WORK when i use play mode standalone
I would like others try this set up to see if they can replicate this issue. I will post the image of my blueprint code
I have the same result with text type. Version 5.1
For each array loop correctly outputs the elements of the array.
If you use equal in it, then everything works as expected.
With another type (for example “int”) find and contains works.
thanks for the response, and the localization thing is definitely interesting and will remember that in the future.
The solution I decided to go with is just convert everything into a string variable (as it all works normally with string) and convert things back and forth between string and text, just to simplify the whole process.