Hello,
why is he giving the example for declaring and initializing a string like this at the beginning of the video?:
std::string Word = “Welcome”;
I havent seen this before.
Isn’t it simply?:
string Word = “Welcome”;
The thing with FString is no issue, I understrood that…
I also want to ask, why does std::cout << std::endl; not work when working with VSCode and Unreal? Or maybe just in this scenario, in the BeginPlay function.
Thank you!