Hey guys, I have a Editable text box in my Widget and a game instance which have the reference to my widget.
However, the widget reference have no access to the editable text box. What could be the problem? Thanks
I create a user widget to store the reference. When I use the return value from the Create WB Main Menu Widget node I can access my variable. But my User Widget reference can not accuess it. Is that a variable type thing? Thanks.
Yea I make it by hand, don’t know there was this generic widget variable thing. Kind of new to programming. Right click to promote variable seem much safer.
If you make a class like, MyEnemy. And then children from it, MyEnemy-typea, typeb etc. Then a reference of type ‘MyEnemy’ will be able to hold them all. But, variables only available in typea will not be visible from that reference until you cast