Forum Discussion

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

Just to confirm; there is no mapping options for the thumb rest sensor on the Touch controllers?

Beginning to work on a project that uses hand-presences and wanted to take advantage of the Touch controllers as much as possible.
Just to confirm the flat captive sensor on both controllers has no mapping implementation in Unreal. Was hoping to get something like Oculus Medium.

3 Replies

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous
    I noticed the prefab avatar (hands on touch controllers) responds to the thumb being placed on that.  You might be able to fake a mapping using an if touched, or something similar to the script the avatar is using to determine hand rendering.  Just a shot in the dark though.

    edit: I'm on Unity though, not sure if a similar action is even possible in Unreal.


  • I noticed the prefab avatar (hands on touch controllers) responds to the thumb being placed on that.  You might be able to fake a mapping using an if touched, or something similar to the script the avatar is using to determine hand rendering.  Just a shot in the dark though.

    edit: I'm on Unity though, not sure if a similar action is even possible in Unreal.


    Thanks, I haven't tried it yet but I think I can fake it using a check on Thumb Up Cap Touch value and the other Face button Cap Touch values.