When you work with Pawns, you generally want a colliding component as the root, otherwise the movement component has nothing to latch onto; we then use a movement component to help the pawn move (controls implementation can even live there). Try reading up on Control Rotation to see how it affects pawns / cameras. Having a camera as the root of the pawn is… uncommon.