Interactive object hint

How do i have a hint show up whenever the crosshair passes over a interactive object?
I already have the objects interactable and working with line trace by channel i just want to add a hand icon to let people know they can click on that.
How do i go about doing that?
Thanks!

You could hide/unhide, toggel or activate/deactivate a text render component or a billboard in your bp -> just add one - get a reference to it in your event graph - connect it with the line trace event :slight_smile: