How to trigger event from User Widget to User Widget

Hello, I have a User Widget Nested into another User Widget. When you press a button on the nested one it needs to send a signal to the main telling it to upgrade. I was told to do Binding/Calls but that doesn’t even make sense when theI am not dealing with anything like that, this is strictly User Widgets. I have tried using a interface but even that didn’t work. :C pls halp… If you know of how to solve this please don’t link me a youtube video unless it directly relates to my problem. Literally all I want to do is send a signal from a widget to another widget.


First ask yourself if your main widget really need to be one calling for upgrade, the nested one can do that too without a issues and you could reuse that code in other parent widgets too

But anyway you can access parent widget via this node:

Then you cast it to your widget type and call function

I really dont understand how to use it, Can you make a small thing of it and just screen cap it? Also my Main Widget isnt the one calling it its the one with the upgrade 1/buy recieve that calls it.
My main on is the one with the 2 events and the print screen that says “Worked”

In nested widget place it and object output is a parent widget which nested widget is in then you grab that output put it on empty space and search for cast node to class of your widget once, you cast it you can call functions to it

Either I didnt do this right or It didnt work, I set it up as I think you said, The actual parent of the WB_Upgrades (nested one) is just [USER WIDGET] and if I change it to WB_Clicker (main one that I need to cast to) it wont let me save the file

http://i.imgur.com/7V2G82p.png

http://i.imgur.com/8UOORvy.png

Hey man I still really need your help