Hi, iam currently working on a multiplayer game for 2 players. I have a shared camera actor, player controller and no pawns (cause i dont need any character or something).
Now each player controller spawn a new actor (not replicated) in the level, wich is used as a button. But mouse events (on begin cursor over) works only for player1, not for player2.
I can use input events to control something, but cursor events dont work for player 2.
Anyone knows why that dont work?