Hint Text turns into A's after Compile

Hi,

I am working on a chat box for my game and want to add hint text saying “Enter message to chat:” for an editable text box. It works fine like so:

But as soon as I compile it turns into weird A’s, zooming in close it says “0000 BASIC LATIN 007F BASIC LATIN”
Looks like this

This is very frustrating, what do I do to fix this?

2 Likes

I had the same problem. It works fine when playing in editor. I copied font family from text and pasted it to the font family of text box and the problem is solved. Idk why the font family of text box is set to none by default.


(This is from ue5. I think it should also work on prvious versions.)