EOS_SessionDetails_Settings

EOS API reference page for EOS_SessionDetails_Settings

2 분 소요

This data structure is part of the Sessions Interface.

Remarks

Common settings associated with a single session

Properties

EOS_SessionDetails_Settings

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_SESSIONDETAILS_SETTINGS_API_LATEST.
const char* BucketIdThe main indexed parameter for this session, can be any string (i.e. "Region:GameMode")
uint32_t NumPublicConnectionsNumber of total players allowed in the session
EOS_Bool bAllowJoinInProgressAre players allowed to join the session while it is in the "in progress" state
EOS_EOnlineSessionPermissionLevel PermissionLevelPermission level describing allowed access to the session when joining or searching for the session
EOS_Bool bInvitesAllowedAre players allowed to send invites for the session
EOS_Bool bSanctionsEnabledAre sanctioned players allowed to join - sanctioned players will be rejected if set to true
const uint32_t* AllowedPlatformIdsArray of platform IDs indicating the player platforms allowed to register with the session. Platform IDs are found in the EOS header file, e.g. EOS_OPT_Epic. For some platforms, the value will be in the EOS Platform specific header file. If null, the session will be unrestricted.
uint32_t AllowedPlatformIdsCountNumber of platform IDs in the array