Hi all,
I have the following blueprint to handle my multiplayer shooting for a FPS.
(No dedicated server)The problem with this is that the clients can only see server projectiles. Clients can see their own projectiles, but not other clients. The server also can not see client projectiles. I tried the blueprint without the switch has authority, and it produces the same result.
Thoughts on how to fix?