đī¸Upload Score To Leaderboard

đ Description
Upload/Add a score to a leaderboard by using this node. This is also for uploading time based scores. Time based scores need to be inputted into this node as milliseconds. So if you track time using a float in seconds, multiply it by 1000 and turn it into a integer and connect it to this "Score" input.
Uploading scores to Steam is rate limited to 10 uploads per 10 minutes and you may only have one outstanding call to this function at a time like at the end of a match.
Leaderboard ID
The ID of the leaderboard you want to get data from
Score
The score which should get saved
â Keep Best = Compares the inputted score and the current score of the user and chooses the better one to keep
â Force Update = Forces the new score to be the inputted value
Last updated