nn::nex::MatchmakeSessionSearchCriteria::SetSelectionMethod Member Function

Syntax

void SetSelectionMethod(
     MatchmakeSelectionMethod selectionMethod
);

void SetSelectionMethod(
     MatchmakeSelectionMethod selectionMethod,
     const MatchmakeParam & param
);

List of Overloaded Member Functions

SetSelectionMethod ( MatchmakeSelectionMethod ) Specifies how to select which matchmaking session to join from the search results.
SetSelectionMethod ( MatchmakeSelectionMethod, const MatchmakeParam & ) Specifies how to select which matchmaking session to join from the search results.

Description of SetSelectionMethod ( MatchmakeSelectionMethod )

Sets which method to use for selecting which matchmaking session to join when numerous matchmaking sessions that meet the search criteria are found. Use this overloaded function when using a method other than MATCHMAKE_SELECTION_METHOD_SCORE_BASED.

Description of SetSelectionMethod ( MatchmakeSelectionMethod, const MatchmakeParam & )

Sets the method to use for selecting which matchmaking session to join when numerous matchmaking sessions that meet the search criteria are found. Use this overloaded function when using the MATCHMAKE_SELECTION_METHOD_SCORE_BASED method.


CONFIDENTIAL