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 |
EOS_ProductUserId OwnerUserId | The Product User ID of the session owner. Null if the session is not owned by a user. |
const char* OwnerServerClientId | The client id of the session owner. Null if the session is not owned by a server. The session is owned by a server if EOS_Platform_Options::bIsServer is EOS_TRUE. |