Can I declare a variable to hold a Widget BP Reference?

Well, that sorta what I’m doing. I’m using an extended Widget class for my HUD with some variables in it that I update from the code (What I’m updating are values from my character which are declared in code, so I don’t think that’s a problem) and then I use those values on the widget I want them to do something.