RTS Like Camera Movement

Hey, I am using the top down template, and I was wondering how I would be able to move my camera around with wasd keys. I am following this tutorial: UE4 Tutorial - RTS Style Camera Movement With Edge Scrolling but it tells me to make a new pawn for the camera, but when I do that I can no longer move my character around if I want to be able to move the camera as well.

Top down template has a camera attached to the character. In order to be able to move the camera in rts-style you need to separate those two. There’s nothing difficult really. Basically you’ll have two characters. One is a camera with an empty character slot, and another is the character that you’ll control by clicking on the ground or an enemy.