Forum Discussion

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

Missing OvrRequestsBlueprintLibrary function in MetaXRPlatform plugin on UE5.

I found myself struggling to obtain the User Age Category in Unreal Engine 5.1. I realized that I needed to swap out the SDK’s OVRPlatform plugin for the MetaXRPlatform plugin from the Oculus site. I can access the OVRPlatformSubsystem in Blueprints, but in the Blueprint context window, I can’t seem to find any functions from the OvrRequestsBlueprintLibrary. It’s hard to believe I’m the only one encountering this issue, as I’ve replicated this scenario across various versions of Unreal Engine 5 and in different projects, always ending up with the same outcome. When I was using Unreal Engine 4.27 with the OVRPlatform plugin from the Oculus SDK branch of the Engine on GitHub, I could call functions from the OvrRequestsBlueprintLibrary without any issues. Now, in UE 5.1, I only find callbacks and three other functions outside of OvrRequestsBlueprintLibrary in MetaXR/OVRPlatform.

Has anyone else encountered a similar problem?