pub type EOS_Lobby_GetInviteIdByIndexOptions = _tagEOS_Lobby_GetInviteIdByIndexOptions;Expand description
Input parameters for the EOS_Lobby_GetInviteIdByIndex function.
Aliased Type§
#[repr(C)]pub struct EOS_Lobby_GetInviteIdByIndexOptions {
pub ApiVersion: i32,
pub LocalUserId: *mut EOS_ProductUserIdDetails,
pub Index: u32,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_LOBBY_GETINVITEIDBYINDEX_API_LATEST.
LocalUserId: *mut EOS_ProductUserIdDetailsThe Product User ID of the local user who received the cached invitation
Index: u32The index of the invitation ID to retrieve