void SetExcludeUserPasswordSet( bool excludeUserPasswordSet_ );
Name | Description | |
---|---|---|
in | excludeUserPasswordSet_ | Specify true to exclude matchmaking sessions that have a user password set, and false to include them. |
Sets whether to exclude matchmaking sessions for which a user password has been set.
Sets whether to exclude matchmaking sessions for which a user password has been set. Specify true
when excluding. The default is to exclude.
This member function excludes sessions regardless of the settings when specified with the AutoMatchmakeParam::SetSearchCriteria
function. It is enabled when the MatchmakeExtensionClient::BrowseMatchmakeSession
function is used.
CONFIDENTIAL