How to move camera during play mode?

Hi, I’m try to Move camera(maybe playerstart) during play mode with keyboad input.

I found PlayerCameraManager, PlayerController, PlayerStart, but I still don’t know how to use it.

I don’t know even actor that i want to move is a PlayerStart, or Camera.

  1. What is it that my sight attach when play mode start?
  2. If I want to move actor that answer of Q1, How to do?
  3. If PlayerCameraManager, PlayerController won’t use in Q2, then where it used?

Create a Pawn with a camera. Control the Pawn, the camera will move with it