Problem with displaying HUD

Hello
I have a simple hud wich present a menu of location to teleport to
when playing in the editor preview everything is ok
Imgur
but when i run it with oculus this happens :frowning:
Imgur

UMG + HMD is not a option (at least nowadays…). Go for classic HUD instead widget viewport.

Try make a Widget (Lets call it A), set it’s anchor as the entire screen then take your menu there (Lets call it B). Then you place Widget B in Widget A (as it will be listed under User Created Widgets in the menu to the left) so that Widget A is now the parent.

Since Widget B expects to “Fill the Screen” it will fill out the entirety of it’s parent Widget A. Since Widget A is set as an anchor to the entire screen it should be placed correctly. I hope this works for you.