Hello, I just noticed that whenever I use HUD message device to add custom images to the screen, It’s position changes according to the HUD size I have in my settings. Is there a way I can make the image stay centered even if players have different HUD size? I do not care if the size of the image is changed but want the image to have the same position (Centered).
1 Like
Hey, maybe try to play with the position of the HUD message device.
If it doesn’t change anything, then it’s your widget that is not aligned correctly, you should have your image anchored at the center and its alignment should be 0.5,0.5
Blueprint widget work a bit like Verse UIs
Also if you can’t do it, can you show a screenshot of your glitched UI ?
3 Likes
It was an problem with my positioning like you said. When I anchored it at the center and put the alignment to 0.5, 0.5 it was working.
Your replies always help me out. I really appreciate it thanks.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.