pub type EOS_LobbyDetails_MemberInfo = _tagEOS_LobbyDetails_MemberInfo;Expand description
Contains information about a member of a lobby.
Aliased Type§
#[repr(C)]pub struct EOS_LobbyDetails_MemberInfo {
pub ApiVersion: i32,
pub UserId: *mut EOS_ProductUserIdDetails,
pub Platform: u32,
pub bAllowsCrossplay: i32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBYDETAILS_MEMBERINFO_API_LATEST.
UserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the lobby member.
Platform: u32The platform of the lobby member.
bAllowsCrossplay: i32Does this member allow crossplay