Change from Moving Whole Character to Moving Just the Head?

What’s up, everyone.

Is there a way to change from moving the entire character to moving just the character’s head?

I can figure out the rest from there. I just need to know how to do this.

Hi man
If your character is composed of more static meshes component , you can just rotate a component instead of the whole actor.
And if your character is a skinned mesh with skeleton i think you can change the behaviour of a joint or bone using some nodes
like this Transform Bone | Unreal Engine Documentation

The Look At node.

Thanks, guys. Once I figure out how to clamp my camera during 3D-HUD view (camera change), I’m want to duplicate my player head movements. It’ll be a cool effect. Can’t wait to implement your suggestions.