How to position hud texts?

Unfortunately you cannot change the origin of the texts. To put it in the top right corner, use the output values of the “Event Recieve Draw HUD” event. So if your text is 200 pixels long, use “Size X” minus 200 for X and 0 or more for Y.

I am working on a basic Blueprint HUD with texts. However i am not sure how to position texts on specific parts of screen. For example i want some texts on top right corner and bottom right corner. How can i position my texts there?

Another problem is texts have their pivot points set to top left corner. How can i have them at the center of the text so it is easier to manipulate them.

Thanks DasMatze. I managed to set text to the center of the screen. Here is the Blueprint setup i use: