How do I get a specific camera on a rig in sequencer as my default view when I hit the play button?

When I hit the play button it takes me to first person view. How do I get a specific camera on a rig in sequencer as my default view when I hit the play button?

You can use the blueprint node “Set view target with blend” to change the camera for the one you need. Of course put the node after the begin play event.
The node need the player controller and a reference to your new camera.

That worked. Thanks for the help.