"Get Controller" called from character is returning None

Picture:

Do you have to manually set the controller in a multiplayer game? I set up my default character, controller, and HUD in my gamemode already.

Not sure here, but could it be that at this time (BeginPlay in the character) the controller is not yet hooked up on the character?

Just try to set a timer with like 1 second and execute your code from there, just to see if that helps.

Cheers,

For how many clients are you testing it? (client and server only or, 2+ clients and server?)