Cannot Control Local 2nd Player (UE5)

I had the same issue on 5.5.1
The delay didn’t change anything
The solution I’ve found is the following:

  • Place a PlayerStart for each player
  • PlayerStart → Input → Auto Receive Input → “Player 0”
  • PlayerStart2 → Input → Auto Receive Input → “Player 1”

I don’t know if it is the best solution tho