This data structure is part of the AntiCheatClient Interface.
Properties
EOS_AntiCheatClient_RegisterPeerOptions
Property | Value |
---|---|
int32_t ApiVersion | API Version: Set this to EOS_ANTICHEATCLIENT_REGISTERPEER_API_LATEST. |
EOS_AntiCheatCommon_ClientHandle PeerHandle | Locally unique value describing the remote user (e.g. a player object pointer) |
EOS_EAntiCheatCommonClientType ClientType | Type of remote user being registered |
EOS_EAntiCheatCommonClientPlatform ClientPlatform | Remote user's platform, if known |
uint32_t AuthenticationTimeout | Time in seconds to allow newly registered peers to send the initial message containing their token. |
const char* AccountId_DEPRECATED | Deprecated - use PeerProductUserId instead |
const char* IpAddress | Optional IP address for the remote user. May be null if not available. IPv4 format: "0.0.0.0" IPv6 format: "0:0:0:0:0:0:0:0" |
EOS_ProductUserId PeerProductUserId | EOS_ProductUserId Identifier for the remote user |