WIDGET TEXT WON'T DISPLAY IN PACKAGED OR STANDALONE GAME

Hi all,

After I packaged my project, all my widget text does not show up. It does not show up in the standalone game too, but shows in editor and PIE.

The text in my widget is stored in arrays and in user exposed variables for customization. When I click on an actor in my scene the info window pops up and with every next click I flip through the text stored in the array. I know that the widget’s bounding box registers the text because it does change its size, but no text is displayed.

Here is the BP:



Please let me know what causes this issue… I am running against the deadline and this is something very unexpected.