Forum Discussion

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

How do I get my ue4.9 build to work with the latest runtime (1.6) ?

Heyo, we made a build of our game 'VR Flush' in ue 4.9 a while ago. Now, that I finally have the time to release it, it doesnt work with the latest oculus runtime anymore. The build still works w...
  • vrdaveb's avatar
    9 years ago
    The oldest version of UE4 that will work with the runtime without source changes is 4.10.4 from our Github. If you can't upgrade your project to 4.10.4, then you have 2 choices, as @dwood15 said:
    1) Back-port SDK 1.4 support from 4.10.4 to 4.9 yourself. You can do this by diffing the above branch against stock 4.10.4 and then (very carefully) applying similar changes to a 4.9 version. Unfortunately, due to the large number of older UE4 versions, we can't provide much help with this process. But an advanced programmer should be able to do it.
    2) Re-create your project with a newer UE4 version.