void SetExcludeNonHostPid( bool excludeNonHostPid_ );
Name | Description | |
---|---|---|
in | excludeNonHostPid_ | Specify true when excluding non-hosts, and false when not excluding them. |
Sets whether to exclude sessions for which a host has not been determined.
This function sets whether to exclude sessions where a host principal ID is not registered for the matchmaking session. Specify true
if excluding. The default is to exclude. If the matchmaking session was created using the MatchmakeExtensionClient::CreateMatchmakeSession
or the MatchmakeExtensionClient::AutoMatchmake
function, the owner automatically becomes the host.
CONFIDENTIAL