How to attach camera to player head?

My player currently has animations such as jump and roll. When the player rolls, I want to have the camera follow the head so that the user sees the roll from a first person perspective. How would I achieve this?

Attach CameraComponent to a socket on the head of the skeletal mesh so it will follow mesh animation precisely