EOS_AntiCheatServer_BeginSessionOptions

EOS API reference page for EOS_AntiCheatServer_BeginSessionOptions

1분 소요

This data structure is part of the AntiCheatServer Interface.

Properties

EOS_AntiCheatServer_BeginSessionOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_ANTICHEATSERVER_BEGINSESSION_API_LATEST.
uint32_t RegisterTimeoutSecondsTime in seconds to allow newly registered clients to complete anti-cheat authentication. Recommended value: 60
const char* ServerNameOptional name of this game server
EOS_Bool bEnableGameplayDataGameplay 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 LocalUserIdThe Product User ID of the local user who is associated with this session. Dedicated servers should set this to null.