Metahuman eyes look at camera - runtime

Hi guys,
do you know how I can expose the CTRL_C_eyesAim controller of my metahuman to be controlled in a blueprint?
I am trying to create a setup where the eyes follow the camera at runtime, but the controller has so many connections in the control rig and I can’t make it work.

Any help is appreciated, thanks!

1 Like

Hi, did you find a solution or make any progress on this?

solution is here!
NPC HEADLOOK PRO

You might want to check the following tutorial: MetaHuman Eye Tracking - Make Eyes Follow Player Camera in Unreal Engine | Community tutorial
Eye Animation Helpers | Georgy Dev Docs

You don’t usually need to expose CTRL_C_eyesAim directly. A cleaner solution is to create a Control Rig variable for the camera target, update it from your Blueprint every frame, and let the rig drive the eye controller internally. That way you preserve the MetaHuman rig’s existing connections. If you can share your current Blueprint or Control Rig setup, it’ll be easier to suggest the exact changes.