This data structure is part of the AntiCheatServer Interface.
Properties
EOS_AntiCheatServer_BeginSessionOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST. |
uint32_t RegisterTimeoutSeconds | Time in seconds to allow newly registered clients to complete anti-cheat authentication. Recommended value: 60 |
const char* ServerName | Optional name of this game server |
EOS_Bool bEnableGameplayData | Gameplay data collection APIs such as LogPlayerTick will be enabled if set to true. If you do not use these APIs, it is more efficient to set this value to false. |
EOS_ProductUserId LocalUserId | The Product User ID of the local user who is associated with this session. Dedicated servers should set this to null. |