This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

ovrMatchmakingEnqueueResult

ovr_MatchmakingEnqueueResult_GetAdminSnapshot

If 'IsDebug' is set in ovrMatchmakingOptionsHandle, this will return with theenqueue results.

Parameter: const ovrMatchmakingEnqueueResultHandle obj

Return Type: ovrMatchmakingAdminSnapshotHandle

ovr_MatchmakingEnqueueResult_GetAverageWait

The average amount of time (mean average) that users in this queue have waitedduring the last hour or more. The wait times, whether the users canceled or found amatch, are used to generate this value. Use this to give users an indicationof how long they can expect to wait.

Parameter: const ovrMatchmakingEnqueueResultHandle obj

Return Type: unsigned int

ovr_MatchmakingEnqueueResult_GetMatchesInLastHourCount

The number of matches made from the pool the user is participating in.You can use this to give users an indication of whether they shouldbother to wait.

Parameter: const ovrMatchmakingEnqueueResultHandle obj

Return Type: unsigned int

ovr_MatchmakingEnqueueResult_GetMaxExpectedWait

The amount of time the 95th percentile waited during the last hour or more.The wait times, whether the users canceled or found a match, are used to generatethis value. Use this to give users an indication of the maximum amount of time theycan expect to wait.

Parameter: const ovrMatchmakingEnqueueResultHandle obj

Return Type: unsigned int

ovr_MatchmakingEnqueueResult_GetPool

Parameter: const ovrMatchmakingEnqueueResultHandle obj

Return Type: const char *

ovr_MatchmakingEnqueueResult_GetRecentMatchPercentage

Percentage of people in the same queue as the user whogot matched, from 0 to 100 percent. Stats are taken from the last hour or more. Youcan use this to give users an indication of whether they should wait.

Parameter: const ovrMatchmakingEnqueueResultHandle obj

Return Type: unsigned int

ovr_MatchmakingEnqueueResult_GetRequestHash

Parameter: const ovrMatchmakingEnqueueResultHandle obj

Return Type: const char *