Trouble with PlayerState Being Null

In multiplayer PlayerState might not be initialized in begin play, so PlayerController has “BeginPlayingState”: ‘Pawn has been possessed, so changing state to NAME_Playing. Start it walking and begin playing with it.’

If you access those params in BeginPlayingState instead of BeginPlay, it won’t be null.

1 Like