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:
- Create and attach a spring arm component in your Character
- Create a camera component in your Character
- Attach the camera component to the spring arm
This will ensure that your camera will follow the character at all times.