Product Viewer- Trying to create text on hover

Currently I am using the product viewer base to try to show some furniture. I have all the pieces in it and everything works but now I want it so that when I hover over a piece of the furniture using the mouse it will fill a textbox widget on the screen with info about that specific piece of furniture. I want that info to stay until a different piece is hovered over. So far I have created a struct with the slots for text I want such as the name, copy, and price but I am not sure how to get it to appear in the widget when I hover over a chair or table etc. I tried googling it but I don’t think I have quite the right wording to find what I am looking for.

Any advice would be appreciated, thank you.

Were you able to solve this?

Sounds like you want a UMG Tooltip widget.
A quick google can show you the way.