I’m making a multiplayer game and I have a problem with “Get Hit Result under Cursor”
The hit location is displayed with a decal component.
But I need a player controller do call the function “Get Hit Result under Cursor”
But this does not work, because the player controller is only replicated to the server and itself. Other clients can’t see this.