How to horizontally align a widget nameplate in world mode to screen

Hi guys,

I wanna make a widget nameplate above the character and the NPCs that will show the name, hp bar, etc…
I already add the nameplate in character as a widget component in world mode and center above the character’s head.
To make right rotation always face the player’s camera, I do the script below:

But, when the camera is above the character, the nameplate do a wrong rotation like image below:

I wanna that this nameplate in always horizontally align. Someone can help me pls???

Get the camera’s rotation and set the widget to have that rotation.

You are taking the look at vector, Take the camera’s rotation

Already do this like the first image.

Yeah…nice idea…it’s working now. Thank you so much!!!

Look the code and result below: