Hi,
I have a BP and a UMG, inside the UMG one button is used for Event dispatch, now i want this event to be binded inside the BP, inside the BP i have a widget component that uses the same UMG, but i dont find anyway to link the Widget class inside Widget component to the Target in “Bind Event” node even when i use “get user widget” node, it refuses to connect to Bind event node. As show in the pictures below
You will definitely need to cast the Widget User Object first
oh yes, that worked. Thanks