pub type EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions = _tagEOS_UserInfo_CopyExternalUserInfoByAccountIdOptions;Expand description
Input parameters for the EOS_UserInfo_CopyExternalUserInfoByAccountId function.
Aliased Type§
#[repr(C)]pub struct EOS_UserInfo_CopyExternalUserInfoByAccountIdOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_EpicAccountIdDetails,
pub TargetUserId: *mut EOS_EpicAccountIdDetails,
pub AccountId: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_USERINFO_COPYEXTERNALUSERINFOBYACCOUNTID_API_LATEST.
LocalUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the local player requesting the information
TargetUserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the player whose information is being retrieved
AccountId: *const i8The external account ID associated with the (external) user info to retrieve from the cache; cannot be null