Split Screen widget controlled only by first player

Hi All, I am working on split screen game. And there is pause menu being shown when any of player controllers presses start. But, only first player can control widget with his gamepad (pressing up and down to cycle through the menu). How can I make it that it’s controlled by the player who pressed the Start button?

I tried these stuff:

  • Widget owner (while creating it) is Self node of player controller
  • Using Add to player screen, instead Add to viewport
  • Set input mode UI only to specific player controller

None of these helped
Thanks in advance