How to load into a level and have a camera looking at the map?

I want to make it to where when I load into a level like in a game, the camera feed which would hover over the level would point down and have a live feed. During this time people would pick their character, loadout, etc. An example would be the halo series. You would see the map in the background right behind the loadout screen or scoreboard as it was loading in. Thanks in advance.

mmm to get you started… I think the simplest way… in your Player Pawn BP would be to spawn a camera actor at your desired map transform (position and rotation)… use Set Target with Blend to activate this as your first camera… then when play begins and you need to switch to your FPS or TPS camera, use Set Target with Blend to swoop down to your pawn.