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

OVR_MultiplayerErrorOptions.h File

The multiplayer error option is a feature that allows developers to display general error messages to ovrUserHandle in invokable error dialogs. This option is particularly useful in multiplayer games or applications where errors can occur due to various reasons such as network connectivity issues, server downtime, or other technical problems. Read more about error dialogues in our docs.

Typedefs

struct ovrMultiplayerErrorOptions * ovrMultiplayerErrorOptionsHandle

Functions

Creates a new instance of ovrMultiplayerErrorOptionsHandle() which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
Destroys an existing instance of the ovrMultiplayerErrorOptionsHandle() and frees up memory when you're done using it.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon