API reference
API reference
Select your platform
No SDKs available
No versions available

ovr_Platform_InitializeStandaloneOculusEx Function

Initializes the SDK in Standalone mode and doesn't try to connect to a locally running Oculus Service process. Not all functionality will work when when the SDK is initialized this way. In particular: IAP, Cloud Storage, Parties, Events, Live Streaming. Listen for the message ovrMessage_Platform_InitializeStandaloneOculus to detect when the platform has finished initializing.

Signature

ovrRequest ovr_Platform_InitializeStandaloneOculusEx(const ovrOculusInitParams *params, ovrPlatformInitializeResult *outResult, int productVersion, int majorVersion)

Parameters

params: const ovrOculusInitParams * non-nullptr to a struct with the required Oculus Authentication data.
outResult: ovrPlatformInitializeResult * will contain the result of attempting to load the DLL.
productVersion: int The product version of the app. This is used to ensure that the version
majorVersion: int The major version of the app. This is used to ensure that the version

Returns