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

OVR_DataStore.h File

It's a custom data structure that contains a set of fields, each with its own type and parameters. It's a flexible data structure that can hold a variety of data types and can be used to store and retrieve data using string keys For example, it can be used in user data store and the result of an update request to the user data store can be retrieved by ovrUserDataStoreUpdateResponseHandle.

Typedefs

struct ovrDataStore * ovrDataStoreHandle

Functions

It's a method that takes a string key as a parameter and returns a boolean value indicating whether the key exists in the data store.
It's a string that represents a single key in the data store. It allows you to retrieve a specific key from the data store by its index
It's an integer that represents the number of keys in the data store.
It's a generic field that can hold any type of data. It allows you to store and retrieve data using a string key, and it can be used to store a variety of data types
Did you find this page helpful?
Thumbs up icon
Thumbs down icon