how to create a reference to a widget blueprint instance that other blueprints can use to access variables of the widget blueprint instance

If I create widget and store it in a variable, I can then access it’s variables without a problem.

Maybe make sure your widget is stored as your actual Widget Class, not a generic User Widget or something
image