Set text with textbox

I have a text on a DIFFERENT widget blueprint that I would like to have equal the text of the textbox’s text. When you click start, it should display that text from the textbox. I cannot find how to do it.

Hello Buffalo

Here is my solution to your question:

  1. Create your 2 widgets (Widget1 and Widget2)

  2. Make your widget1 design

  1. Then go to widget2 and go to the graph and create a text variable and name it for example (PassedText) and make it editable and exposed on spawn.

  1. Then make your widget 2 design and create an empty text and bind it with (PassedText) variable.

  1. Finally Go back to widget1 and do the graph for the start button as follows (When you press the start button get the text from the textbox and pass it to widget2 and open it) and your done.