Hi, I’m Cristian Palmas. I’m attending the Unreal Engine 4.22 course on Udemy.
In the Bull Cow Game i checked the Input in order to avoid the insertion of numbers. So I coded like that:
if (Input.isNumeric())
{
// Print error message
// say to try again inserting a word and not a number
}
It’s not working so I suppose it return false even if I digit “1” at the prompt.