Updating Widget Text

Hello, I am a newbie and I have created a widget that shows text. On begin play, it does show the text correctly. When I hit the (E) key in order to change the text, the text is not changing. What am I doing wrong?

1 Like


Interaction text should be a TEXT WIDGET in your WIDGET blueprint and set as VARIABLE

in the level begin play create the widget from the created widget do a GET interaction text and you can promote to a variable in the level blueprint

in the P key input take the variable and use SET TEXT like this:

2 Likes

this:

1 Like

Thank you! It took me hours and I was stuck prior to your answer!!

1 Like