Im having an error with the player controller: “CreateWidget cannot be used on Player Controller with no attached player. Player_Controller_C_0 has no Player attached.”
This in turn doesnt let me use the UI and that add to viewport.
In both the gamemode under maps and modes and in the worldsettings I selected my Player_Controller.
Printing out the player controller like in the picture returns the name of it, so it is valid.
I am not sure why this problem came into existence, it suddenly appeared. TLDR: My player controller doesnt attach to the player.
I tried adding a delay after begin play so it may have time to initialize,
but that didnt work either
If someone could tell me where to even start debugging that would help a lot
the player character also has the correct controller selected; and the player bp is selected in gamemodes