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
| enum ovrMatchmakingCriterionImportance_ |
| const char * | |
| ovrMatchmakingCriterionImportance | ovrMatchmakingCriterionImportance_FromString ( const char * str ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!
#ifndef OVR_MATCHMAKING_CRITERION_IMPORTANCE_H
#define OVR_MATCHMAKING_CRITERION_IMPORTANCE_H
#include "OVR_Platform_Defs.h"
typedefenum ovrMatchmakingCriterionImportance_ {
ovrMatchmaking_ImportanceRequired,
ovrMatchmaking_ImportanceHigh,
ovrMatchmaking_ImportanceMedium,
ovrMatchmaking_ImportanceLow,
ovrMatchmaking_ImportanceUnknown,
} ovrMatchmakingCriterionImportance;
OVRPL_PUBLIC_FUNCTION(constchar*) ovrMatchmakingCriterionImportance_ToString(ovrMatchmakingCriterionImportance value);
OVRPL_PUBLIC_FUNCTION(ovrMatchmakingCriterionImportance) ovrMatchmakingCriterionImportance_FromString(constchar* str);
#endif