This data structure is part of the Sessions Interface.
Remarks
Internal details about a session, found on both active sessions and within search results
Properties
EOS_SessionDetails_Info
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_SESSIONDETAILS_INFO_API_LATEST. |
const char* SessionId | Session ID assigned by the backend service |
const char* HostAddress | IP address of this session as visible by the backend service |
uint32_t NumOpenPublicConnections | Number of remaining open spaces on the session (NumPublicConnections - RegisteredPlayers |
const EOS_SessionDetails_Settings* Settings | Reference to the additional settings associated with this session |