So basically I have two pawns which a player can alternate possession using input in a multiplayer game. In my Player Controller, I have an event which is replicated from the server to enable/disable collision and visibility of possessed/unpossessed pawns, and only works using the ‘Set Replicates’ node at begin play. However this also replicates the character movement in-game, causing a ‘laggy’ interaction.
Is there an alternative way to replicate collision/visibility rather than through replicating the character (mesh) directly? Any help is appreciated and thanks in advance