This function is part of the AntiCheatClient Interface.
Remarks
Unregisters a disconnected peer-to-peer client. Mode: EOS_ACCM_PeerToPeer. Must be called when a user leaves a session in progress.
Return Value
-
EOS_Success - If the player was unregistered successfully
-
EOS_InvalidParameters - If input data was invalid
-
EOS_AntiCheat_InvalidMode - If the current mode does not support this function
Parameters
EOS_AntiCheatClient_UnregisterPeer
Parameter Type And Name | Usage Information |
---|---|
EOS_HAntiCheatClient Handle | |
const EOS_AntiCheatClient_UnregisterPeerOptions* Options | Structure containing input data. |
Related API Members
- EOS_AntiCheatClient_UnregisterPeerOptions
- EOS_EResult