# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/make-your-own-in-game-leaderboard-in-verse
# Local doc: epic-docs/documentation/en-us/uefn/make-your-own-in-game-leaderboard-in-verse.md
# Section: Sorting and Displaying the Best Player
# Update the stats billboards by sorting them based on the amount of lifetime points
# each player has.
UpdateStatsBillboards<public>(Players:[]agent, StatsBillboards:[]billboard_device):void=
Verse Library
verse
12 Sorting And Displaying The Best Player
Function signature for refreshing visual stat billboards with current player performance data and rankings.
extracted-snippets/documentation/en-us/uefn/make-your-own-in-game-leaderboard-in-verse/12-sorting-and-displaying-the-best-player.verse