This function is part of the AntiCheatServer Interface.
Remarks
Begin the gameplay session. Event callbacks must be configured with EOS_AntiCheatServer_AddNotifyMessageToClient and EOS_AntiCheatServer_AddNotifyClientActionRequired before calling this function.
Return Value
-
EOS_Success - If the initialization succeeded
-
EOS_InvalidParameters - If input data was invalid
Parameters
EOS_AntiCheatServer_BeginSession
Parameter Type And Name | Usage Information |
---|---|
EOS_HAntiCheatServer Handle | |
const EOS_AntiCheatServer_BeginSessionOptions* Options | Structure containing input data. |
Related API Members
- EOS_AntiCheatServer_BeginSessionOptions
- EOS_EResult