Getting reference to a widget created by the Menu Anchor.

Hello

Is there a way to access a widget created by the menu anchor?
For example, I want to be able to pass some additional data to it after creation.
I can access the class, but not the actual created widget.

Getting child / content / parent doesn’t work.
I know I could use a construct event in the menu blueprint to get the data from a player controller for example, but I want to have multiple menus open at once so I have no way of telling them which one is which.

Thanks.