Issue (Help)_

Hello,

I have an issue while making the Bulls and Cows game, i can enter a word in the terminal but it clears while in the video course it stays uptop untill you enter another word.

Also in visual studio code Fstring is in white colour but in the video its in green, why is that? I was following the video…

FString HiddenWord = TEXT(“cake”);

That’s what you told it to do. OnInput is called when enter is pressed.

On line 14 you clear the screen
On line 15 you assign a value to HiddenWord which isn’t supposed to print anything.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms