Positioning player controller

I have a camera that’s meant to follow my character around, matching yaw but smoothing out vertical movement (the character bounces). I initially had it working with both the camera and character as actors, but switching them to a player controller and pawn makes the camera act as a fixed first person camera. Is it possible to position the player controller the same as an actor?