Hello everyone!
I am trying to create a feature that shows the player the already guessed Bulls and in what position. For an example, the word is weird. If they guess wired, the game would show: w, , , , d (without the commas). This way the player has a visual clue on what kind of words they should be trying to think of. In Java, you can just append anything to the end of strings, but I am struggling with this one. I don’t understand FString.AppendChar(). I went to try TArray and Emplace that way, but now it seems like I have to create a loop to read the letters. Is there a more efficient way to do this?