Skip to main content

EOS_UserInfo_CopyUserInfoOptions

Type Alias EOS_UserInfo_CopyUserInfoOptions 

Source
pub type EOS_UserInfo_CopyUserInfoOptions = _tagEOS_UserInfo_CopyUserInfoOptions;
Expand description

Input parameters for the EOS_UserInfo_CopyUserInfo function.

Aliased Type§

#[repr(C)]
pub struct EOS_UserInfo_CopyUserInfoOptions { pub ApiVersion: i32, pub LocalUserId: *mut EOS_EpicAccountIdDetails, pub TargetUserId: *mut EOS_EpicAccountIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_USERINFO_COPYUSERINFO_API_LATEST.

§LocalUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the local player requesting the information

§TargetUserId: *mut EOS_EpicAccountIdDetails

The Epic Account ID of the player whose information is being retrieved