Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Anonymous's avatar
Anonymous
10 years ago

Access Oculus Home menu

Hi, this is probably a noob question but how does one call the Oculus Home menu to open from UE4? Can't seem to find any info on that...

Thanks!

2 Replies

Replies have been turned off for this discussion
  • artyom17's avatar
    artyom17
    Expert Protege
    Currently, global menu and quit menu could be called by using IGearVRPlugin::StartOVRGlobalMenu() and IGearVRPlugin::StartOVRQuitMenu(). You need to get GearVR plugin module and cast it IGearVRPlugin to make these calls.

  • Anonymous's avatar
    Anonymous
    Hey, thanks for the response but this would be for the Oculus Rift cv1 not GearVR...sorry should have mentioned that.  Any idea how to get the menus for cv1 and are they accessible from blueprints?