How to transfer text from umg to umg?

Hello here the situation.
I have 2 buttons and 2 text’s on them. One of them - editable text.
I need edit the editable text block with the other text block by click the button.
Please describe in detail the algorithm of actions, thank you)

Hello!
I can’t, this is the two different umg, created dynamic, so it’s not possible to do so simple. I’m not very good with casting and dispatcher, but i suspect this is the only way.

I need edit the editable text block
with the other text block by click the
button.

Flag the text block as a variable:

314812-isvar.jpg

And then:

but i suspect this is the only way.

It’s a way but not the only one. Since they were both added dynamically, you have the opportunity to create direct references - use them make the communication happen.

If you do not want to create direct references, you can still fetch the widgets from their container via GetChildAt or loop through all children to find what you need.

Yes, and this is two different umg which were created dynamic as grid panel’s children.