Multiplayer shared camera

I played around with changing cameras yesterday and it is possible. Place your camera in the level and position it as you like, then in Blueprint, on Event Begin Play, execute a Set View Target with Blend function, set the Target in that function to what Get Player Controller returns, then set New View Target to your other camera. You’ll need to modify your character mesh component to make sure it’s visible.

1 Like