How to switch camera from top down

Hello,

I am using the top down template for my game, which is great, but I would l like to add a character creation screen. I was going to make a new level and have the camera face the character at a different angle, but it seems like once you have the top down template, you can’t change it easily.

I know how I would do this with Unity (I’ve been using Unity for years), but I am sort of perplexed on how to do it in Unreal. Already watched tutorials, but they don’t really go over this.

This will help:
https://docs.unrealengine.com/5.3/en-US/switching-between-multiple-fixed-camera-perspectives-in-unreal-engine/

Basically, you set your Camera using Set View Target with Blend ( PlayerController’s function ).