void SetOverrideIpAddress( const String & overrideIpAddress );
Name | Description | |
---|---|---|
in | overrideIpAddress | An IP address for debugging. |
Sets an IP address for debugging.
Sets an IP address for debugging. Gets location information with GeoIP
using this IP address rather than the current IP address. This can only be used for debugging. When a MatchmakeParam
object included in a MatchmakeSession
retrieved from the server is used with the MatchmakeExtensionClient::UpdateMatchmakeSession
function, and the IP address for debugging is used, you need to use this API to set the IP address for debugging again.
CONFIDENTIAL