Verse Library verse

20 Player Leaderboards In Your Level

Configurable array assigning point rewards to players based on their finish placement.

extracted-snippets/documentation/en-us/uefn/make-your-own-in-game-leaderboard-in-verse/20-player-leaderboards-in-your-level.verse

# 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:    Player Leaderboards in your Level
# The number of points a player in each place earns.
# Adjust this to award your players the desired amount of score
# based on their placement.
@editable
PointsPerPlace:[]int = array{5, 3, 1}

Comments

    Sign in to vote, comment, or suggest an edit. Sign in