Hello Everyone, I stuck on this for several days now, searching through the depths of toturials and forum discussions but I just cant get behint it.
I make Local 2-Player Splitscreen Game and this is the situation:
(Skip assign Gamepad to player 1 is set on true), InputMode is UIOnly.
In the title Screen I have StartMultiplayer Game Button.
When clicked, the Screen gets splitted and a CharacterSelection Widget is created for each Player Controller and added to PlayerScreen.
Both Widgets call the SetUserFocus Function to get their focus.
both Widgets are highlighted corretly.
However, there only seems to be one UI Input. Both Keyboard and Controller control the first player UI. The UI on the second player Screen is not affected. In gameMode how ever, the controller is correctly assigned to player 2 character.
I seem I cant get my head around this. Thanks very much!