Skip to main content

EOS_Leaderboards_QueryLeaderboardRanksOptions

Type Alias EOS_Leaderboards_QueryLeaderboardRanksOptions 

Source
pub type EOS_Leaderboards_QueryLeaderboardRanksOptions = _tagEOS_Leaderboards_QueryLeaderboardRanksOptions;
Expand description

Input parameters for the EOS_Leaderboards_QueryLeaderboardRanks function.

@see EOS_Leaderboards_Definition

Aliased Type§

#[repr(C)]
pub struct EOS_Leaderboards_QueryLeaderboardRanksOptions { pub ApiVersion: i32, pub LeaderboardId: *const u8, pub LocalUserId: *mut EOS_ProductUserIdDetails, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_LEADERBOARDS_QUERYLEADERBOARDRANKS_API_LATEST.

§LeaderboardId: *const u8

The ID of the leaderboard whose information you want to retrieve.

§LocalUserId: *mut EOS_ProductUserIdDetails

Product User ID for user who is querying ranks. Must be set when using a client policy that requires a valid logged in user. Not used for Dedicated Server where no user is available.