Main Menu Widget

Dear All,

Require assistance in solving the main menu widget problem. Currently developing app for gear vr with UE4. Having issue with main Menu. The issue is, I would want the main menu to be in a fixed position instead of following the player as the player looks around. (head tracking in gear vr). I have tried using set position in viewpoint, however the widget does not appear on the screen. Using add to view point, main menu follows along with player’s head movement. Please help.

You need to use a 3D widget component to do that. See:

and you can use this to interact with it since 4.13:

Thank you very much. It works