Verse Library verse

03 Modifying Your Stats Table

Groups a player agent and their associated statistics table for easy leaderboard tracking.

extracted-snippets/documentation/en-us/uefn/make-your-own-in-game-leaderboard-in-verse/03-modifying-your-stats-table.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:    Modifying your Stats Table
# Structure for passing a player and their stats as arguments.
player_and_stats<public> := struct:
Player<public>:player
StatsTable<public>:player_stats_table

Comments

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