MatchmakeSessionSearchCriteria(); MatchmakeSessionSearchCriteria( qUnsignedInt32 gameMode, MatchmakeSystemType matchmakeSystemType );
MatchmakeSessionSearchCriteria ( ) | Instantiates the object. |
MatchmakeSessionSearchCriteria ( qUnsignedInt32, MatchmakeSystemType ) | Instantiates the object. |
Instantiates the object. The initial state is an invalid search condition. At minimum, the game mode and matchmaking system type must be specified using the MatchmakeSessionSearchCriteria::SetGameMode
and MatchmakeSessionSearchCriteria::SetMatchmakeSystemType
functions, respectively. This matches all matchmaking sessions with the specified game mode and matchmaking system type except for sessions without a host, sessions for which a password has been set, and sessions for which participation is locked.
Instantiates the object. Creates a valid object with the minimum number of required parameters set. This matches all matchmaking sessions with the specified game mode and matchmaking system type except for sessions without a host, sessions for which a password has been set, and sessions for which participation is locked.
CONFIDENTIAL