EOS_Metrics_BeginPlayerSessionOptions

EOS API reference page for EOS_Metrics_BeginPlayerSessionOptions

2 분 소요

This data structure is part of the Metrics Interface.

Remarks

BeginPlayerSession.

Properties

EOS_Metrics_BeginPlayerSessionOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_METRICS_BEGINPLAYERSESSION_API_LATEST.
EOS_EMetricsAccountIdType AccountIdTypeAccount ID type that is set in the union.
EOS_EpicAccountId EpicAn Epic Account ID. Set this field when AccountIdType is set to EOS_MAIT_Epic.
const char* ExternalAn Account ID for another service. Set this field when AccountIdType is set to EOS_MAIT_External.
} AccountIdAn Account ID for another service. Set this field when AccountIdType is set to EOS_MAIT_External.
const char* DisplayNameThe in-game display name for the user as UTF-8 string.
EOS_EUserControllerType ControllerTypeThe user's game controller type.
const char* ServerIpIP address of the game server hosting the game session. For a localhost session, set to NULL. * "127.0.0.1". * "1200:0000:AB00:1234:0000:2552:7777:1313". If both IPv4 and IPv6 addresses are available, use the IPv6 address.
const char* GameSessionIdOptional, application-defined custom match session identifier. If the identifier is not used, set to NULL. which will be shown in the Played Sessions listing at the user profile dashboard.