Platform-unreal-4 v63 Reference Guide
Platform-unreal-4 v63 Reference Guide
Select your platform
No SDKs available
No versions available

Platform-unreal-4 v63 Reference Guide

How do I use the Oculus Platform SDK?

To initialize the Platform SDK import OVRPlatform.h to get access to the Startup Module.
  1. Initialize :
    See StartupModule in OVRPlatform.h to initialize Platform SDK.
  2. Request:
    Make some requests. A full list of requests follows below.
  3. Handle Responses:
    Retrieve responses from the message queue and process them.