Get variable by name (string)

If I understand you correctly, you need access to variables in different widgets?

The create widget node gives you the reference to each widget you create from its return node. You can store that reference in a variable and use it to get access to variables in the widgets directly.