My code isnt working when i check logs it says it is a problem with my printline


1 Like

Did you figure it out?

using TEXT() macro will somehow change the type and you no longer can compare it to a FString type. So make sure to declare hiddenWord variable without using the macro. That will fix the problem.

Privacy & Terms