I observed a few things that might be helpful:
- You can access the widgets shown in Assets by including
using {HUD}
at the top of the file where you need to access that asset. - However, I haven’t yet figured out how to access the text blocks within a widget directly. As a workaround, I’m planning to convert the widget to a canvas first, and then access the child widgets, such as text blocks.
Let me know if this is what you were looking for!