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