This function is part of the Leaderboards Interface.
Remarks
Fetches a leaderboard record from a given user ID.
Return Value
-
EOS_Success if the leaderboard record is available and passed out in OutLeaderboardRecord
-
EOS_InvalidParameters if you pass a null pointer for the out parameter
-
EOS_NotFound if the leaderboard data is not found
See Also
EOS_Leaderboards_LeaderboardRecord_Release
Parameters
EOS_Leaderboards_CopyLeaderboardRecordByUserId
Parameter Type And Name | Usage Information |
---|---|
EOS_HLeaderboards Handle | |
const EOS_Leaderboards_CopyLeaderboardRecordByUserIdOptions* Options | Structure containing the user ID being accessed. |
EOS_Leaderboards_LeaderboardRecord** OutLeaderboardRecord | The leaderboard record for the given user ID, if it exists and is valid, use EOS_Leaderboards_LeaderboardRecord_Release when finished. |
If successful, this function provides data to the caller through an output parameter. Once you are finished with the data, you must release it by making the appropriate call into the EOS SDK.