I have a text box that inside a widget.
I’d like the text box to show the variable from a calculated value of only a few nodes.
I cannot figure out how to update the text box every tick and store it in the text box.
Any help?
store a reference to your widget when you first create it.
cast to the widget, get the exposed text box variable, and “set” it.