Shared camera for local MP

Hi,
I am trying to setup a local multiplayer game (2-4) with shared camera, not splitscreen, in Blueprint (no code skills at all). The problem is I can’t setup the camera and can’t find any tutorials regarding that. I tried to SetVeiwTarget node but it’s just a still camera.
An example of what camera I’m looking for is:

Many thanks in advance
Raed

Create a camera object in your map and then use it in your blueprint like below. And disable splitscreen in project settings. What i also had to do is on respawning the player pawns i needed to set the camera again for the spawned players.

thank you but that’s the easy part. That will work fine for static camera but I’m looking for a solution like the video I linked in my post :slight_smile: