One additional question:
We are considering a friends leaderboard design where we retrieve the Top 100 friends by score for the current user.
Would it be possible to raise maxMultipleLeaderboardScoreLimit to 100 so that we can use:
GetMultiSocialLeaderboard([leaderboardId], 100, replaceName)
If 100 is not possible, could you let us know the maximum value that would be available?
One more question:
When using GetMultiSocialLeaderboard([leaderboardId], 100, replaceName), if the current user is outside the Top 100, can we still determine the current user’s actual rank and score within the friends leaderboard from the self / selfIndex fields?
For example, if the current user is ranked 138th among their friends, would the response still include something like selfIndex = 137 even though the returned leaderboard list only contains the Top 100?
Thank you.