Roll over gun aim floating text

Hi all, I need to have a pop-up text to objects when you roll over with the Gunsight.

Does anyone know how to do it?

many thanks

There’s a text render component that you can add to your blueprints for text.
If you want the text material to be aligned with the camera there’s the align mesh to camera.
https://forums.unrealengine.com/development-discussion/rendering/118396-help-with-camera-facing-material

you could do linetraces out from the camera to see if you’re looking at something with a popup.
Or adjust the opacity of the text material when you look at it.

in the example they’re changing the material but it’s basically the same idea if you want play an animation.
if you are doing line traces doing it every tick is excessive, use a timer.