How to make a multiplayer game like this?

Hi, i would like to create a multiplayer card game similar to this one:

canasta

Iam working with steam advanced sessions plugin in ue 4.26.2.
But I wonder how the cards and the camera work. Each player has the same view at the same position, but always sees the other’s cards in the same level.

So Player 1 will see Player 2/3/4. Player 2 will see Player 1/3/4…

Should i need a shared camera actor placed in the level or all pawns stay at the same position?