|
PICO Unreal Platform SDK
|
This is the complete list of members for FPicoLeaderboardsInterface, including all inherited members.
| Get(const FString &LeaderboardName, FGet InGetDelegate) | FPicoLeaderboardsInterface | |
| GetEntries(const FString &LeaderboardName, int PageIdx, int PageSize, ppfLeaderboardFilterType Filter, ppfLeaderboardStartAt StartAt, FGetEntries InGetEntriesDelegate) | FPicoLeaderboardsInterface | |
| GetEntriesAfterRank(const FString &LeaderboardName, int PageIdx, int PageSize, unsigned long long AfterRank, FGetEntriesAfterRank InGetEntriesAfterRankDelegate) | FPicoLeaderboardsInterface | |
| GetEntriesByIds(const FString &LeaderboardName, int PageIdx, int PageSize, ppfLeaderboardStartAt StartAt, const TArray< FString > &UserIDs, FGetEntriesByIds InGetEntriesByIdsDelegate) | FPicoLeaderboardsInterface | |
| WriteEntry(const FString &LeaderboardName, const int64 &Score, const FString &ExtraData, bool ForceUpdate, FWriteEntry InWriteEntryDelegate) | FPicoLeaderboardsInterface | |
| WriteEntryWithSupplementaryMetric(const FString &LeaderboardName, const int64 &Score, const int64 &SupplementaryMetric, const FString &ExtraData, bool ForceUpdate, FWriteEntryWithSupplementaryMetric InWriteEntryWithSupplementaryMetricDelegate) | FPicoLeaderboardsInterface |