Forum Discussion

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

How to use the remote controller?

It's the first time to use oculus  remote for oculus cv1, linked it to an object, but no effect. I need help!

2 Replies

Replies have been turned off for this discussion
  • vrdaveb's avatar
    vrdaveb
    Oculus Staff
    It's exposed in the regular Input system (https://docs.unrealengine.com/latest/INT/Gameplay/Input/) as "Oculus Remote Enter", etc.
  • artyom17's avatar
    artyom17
    Expert Protege

    By default Oculus Remote is mimicking a game pad, so you can handle it using GamePad_ events. In the case if you want to handle it separately, you may set 'bRemoteKeysMappedToGamepad=false' in [OculusRemote.Settings] section if Engine.ini and handle keys by using OculusRemote_* key names.