Hover Button to show type outside of button when curser hovers over button

Hello,

I created a button that has an image to highlight one part of an aircrafts blueprint.
“See attachment”
What I want to do when I hover over the part I want it to bring up type that explains what that part does.
I am trying to figure out how I can put type into the hovered state?

Thanks

There’s so many ways to do this, and better ones but this should help you get started.

The general idea is, you need a way to make discrete areas to to receive the mouse enter events. I’m also checking during mouse move.

Bottom line, you need a way to create discrete areas, I’m using the canvas panels to do so.

I appreciate it! Wonder what node I Should use to bring up a simple Static text Widget on hoverd?
I would like to use the Static text Widget, that way I can quickly add text or edit text to the button hover state.

Thanks again!