Buggy UE5

I create an FPP template and attach it to the jump:
UE_LOG(LogTemp, Display, TEXT(“hello”));

Everything works.

I do the same thing on Template TPP - it doesn’t work.
It’s not the settings’ fault; everything has been checked.

This engine is so buggy that I’m amazed that people can even write a game in it, because my basic functionality crashes. It’s not a fault of a weak computer, incorrect characters in the project path, one drive, antivirus software… otherwise First Person Perspective wouldn’t work.

In TPP, pressing the spacebar simply doesn’t display anything. In FPP, everything works.

That is correct. The Third person template handles things differently so this will not wok. If you are following our C++ course, this is actually covered in section 2 of the course.