I’m using a Widget Component in a Paper Sprite Actor, and I cannot get the widget to be correctly centered on the paper sprite. Also, when I move my actor in-game, the widget moves a greater distance than the actor, even though the scales for both are the same.
I also am unable to change the font in UMG. I moved a font into my /Game/Slate/Fonts folder and I can select that font, but this will cause no text to show up. Any help on these issues would be greatly appreciated.
Edit: I was able to change fonts if I used a .ttf font, before I was trying to use a .otf font, which apparently does not work. Now my only issue is having the Widget be centered on the actor.