I am making a multi-player strategy game with Fog of War, so I need to display different actors for each player. (eg. hide opponent’s base from the player).
The problem I am having is if I hide the actor on the server (Set Actor Hidden in Game), it is hidden for all clients instead of locally:
Is it possible to hide an actor locally (Maybe even halting replication to the clients who cannot see the actor?)
Thanks in advance