How to place a tooltip on a specific area?

Is there a way to use a Tooltip Widget, but instead of having it hover over the mouse, appear in a specific area on the viewport?

I would like to know answer for that too.

If anyone still needs this, I’ve made a workaround, I just add a tooltip widget to my main canvas and set it at the world position that I need. Activated on mouse over and removed from the canvas on over end.