Transering text between two dynamic umg

Hello!
Here the situation:
I have Greed Panel with 2 types of buttons. I need to click one to rewrite text to the other.
This buttons were created dynamic as grid’s panel children and ofc this are different umg-widgets.

Please, describe me in detail - what i should to do to?

Since both of them are the children of the same grid widget, you can have them talk to one another directly, you do not even need to cast if you create appropriate references in the widget that holds the grid.


If you wish to use an Event Dispatcher to send the data, you can bind the event before you add them to the container (or after - both will work):

Create an Event Dispatcher that sends the text:

Create a Custom Event in the widget receiving the text:

314911-screenshot-2020-09-23-213936.jpg

And you can bind them like so: