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.
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.