After the example const TArray<int32> Numbers = {1, 2, 3, 4};
I was thinking that something wasn’t right. For example the int32
or the name Numbers
. It crossed my mind to change it to an FString
then done this:
After reading through the erros, I gave up saying I’ll just unpause the lecture to see what I did wrong. Then it hit me. Oops! I wasn’t supposed to end with a semicolon inside the Fstring. My bad. Honestly as a begginer I can’t say I don’t find the excersices somewhat difficult but also very satisfying!