Make Camera Follow AIController

Usually the AI Controller doesn’t move at all but instead it uses the movement component attached to your player to move him. Since you have figured out a way to move your character I would suggest to:

  1. Create and attach a spring arm component in your Character
  2. Create a camera component in your Character
  3. Attach the camera component to the spring arm

This will ensure that your camera will follow the character at all times.