Print String in any location of the screen - possible ?

I see that by default Print String prints in the top left corner. Is it possible to make it print anywhere on the screen? Thanks.

You could try DrawDebugString node. It needs coordinates in world space to where you want text to be drawn. If you need this for something like simple gui then you need to use UMG