When it used inside a widget and you want to insert a text, what’s the difference between the two?
context: I try to script a detailed widget to describe the item, for now, it will only show the item name, an icon, and a basic description.
When it used inside a widget and you want to insert a text, what’s the difference between the two?
context: I try to script a detailed widget to describe the item, for now, it will only show the item name, an icon, and a basic description.
Set Text does what it says on the tin, it will assign text value to a TextBlock for example.
[HR][/HR]
Tooltips are UMG’s automated widgets that pop up when you hover over a widget element.
Go for the last option here; create a new widget that will serve as a tooltip, expose variables in order to feed it data and return it as a value inside the Tool Tip Widget Bind:
It’s a good idea to make the entire custom tooltip widget Not Hit Testable - otherwise its appearance can cause unpredictable behaviour as it may try to steal focus from what is currently being hovered.