How to get the tooltip text from owning widget component.

Hi.

How do I get the text that’s written in this box, into the bind function on the same widget component?

The goal is that it’s re-useable. So it can simply be set on any component and the only thing that changes is the text in the Tool Tip Text box which can be used in a custom tooltip widget.

The graph is an example of how NOT to get the tool tip text, it just returns the very top level of the widget, not the widget component Tool Tip Text that it’s binded to.

232804-tooltipfunction.jpg

232805-tooltipfunctionwidget.jpg