Accessed None Trying to Read ERROR

i got a problem, the hud is showing the widget but i doesnt change to the text that i want, its showing “normal text” not “working text” like it should be i cant find any solution in the forums and in this site, i now at this and there is so basics that i dont know and this one looks working for me but doesnt work for the ue4, some help ?

HUD:

Widget with changing variable:

InGame not working:

ERROR:

You’re trying to use a reference to a widget that has not yet been created. Also, you never actually Set the reference anyway.

Use the Return Value on the Create Widget node, set the reference, only then access the variable and set the text var.

Check out video #27 in this series. I explain how this error arises and what to do about it.