How to access a widget's text variable from another widget ?

I have 2 widgets lets say widget A and B. Widget A has a simple text variable in it and all i want is to access it from widget B so it changes the text.

I tried to create variable reference to widget A in widget B then i drag it and i “get” it then from it directly get the TEXT variable in it and lastly connect to “Set Text node” but it seems it does nothing as if it has no access. Btw the text variable is set to “Is variable” (I tried to create some random text variable in the same widget/widget B to see if that changes and it does…"
Do i maybe need “cast to…” node for this? I tried that as well but awso failed maybe because my “owner” at the start of this node was false i assume which i just connected the reference variable to it and it gave me the “note” warning or so…

Here is an example in my widget B how i try to access this text variable in widget A.

Looks like i just solve it with cast to “get all widgets of class” node…
Like this:

I guess case solved gg…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.