Leaderboard Entry
Last updated
Last updated
Support us as a and get instant access to all our assets, exclusive tools and assets, escalated support and issue tracking and our gratitude. These articles are made possible by our ... become a sponsor today!
Represents an entry found on a leaderboard and contains data about that entry such as the user its related to, details and any attachments.
LeaderboardEntry_t
entry
The native entry
int[]
details
Details loaded for the entry if any
UserData
User
The user the entry relates to
int
Rank
The rank aka position on the board for this entry
int
Score
The score for this entry
UGCHandle_t
UgcHandle
The handle to the attachment if any
bool
HasCashedUgcFileName
Do we have the file name for this attachment yet
string
cashedUgcFileName
The name for the attachment
Occurs when the UGC is downloaded.
This will download the UGC attachment if any and invoke the callback with the results when finished.
Starts the process of downloading the UGC attachment if any. Returns false if the attachment handle is invalid e.g. no attachment present
returns the current progres of the UGC download. returns a value between 0 and 1