how to change camera view to other player's

i’m trying to make 1v1 pvp shooter game.

I want to create a function where each other’s viewpoints are reversed.
just have to watch. The other person should have control the camera

please explain based on blueprint and fps template in UE5

Are you saying you want the controller of the pawn to have camera control and the opposing player just a spectator?

I believe what you want is get your controller and “Set View Target With Blend” the target being the other player pawn.

Just tried it and it works.

i know “Set View Target With Blend” node.
But I don’t know where, what, and how to connect that node.