EOS_AntiCheatServer_RegisterClientOptions

EOS API reference page for EOS_AntiCheatServer_RegisterClientOptions

2 분 소요

This data structure is part of the AntiCheatServer Interface.

Properties

EOS_AntiCheatServer_RegisterClientOptions

PropertyValue
int32_t ApiVersionAPI Version: Set this to EOS_ANTICHEATSERVER_REGISTERCLIENT_API_LATEST.
EOS_AntiCheatCommon_ClientHandle ClientHandleLocally unique value describing the remote user (e.g. a player object pointer)
EOS_EAntiCheatCommonClientType ClientTypeType of remote user being registered
EOS_EAntiCheatCommonClientPlatform ClientPlatformRemote user's platform, if known
const char* AccountId_DEPRECATEDDEPRECATED - New code should set this to null and specify UserId instead. Identifier for the remote user. This is typically a string representation of an account ID, but it can be any string which is both unique (two different users will never have the same string) and consistent (if the same user connects to this game session twice, the same string will be used) in the scope of a single protected game session.
const char* IpAddressOptional 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 UserIdThe Product User ID for the remote user who is being registered.