Single Screen Local Multiplayer (Blueprint)

By Default if the Pawn or Controller does not have a Camera the Camera Manager will create one. Thus you are outright stuck with each client having its own camera.

Work around is to simply have each camera move to a set location in world space and face the same given point you’d use for the single camera setup.