PICO Unreal Platform SDK
UOnlinePicoLeaderboardsFunction Member List

This is the complete list of members for UOnlinePicoLeaderboardsFunction, including all inherited members.

Get(UObject *WorldContextObject, const FString &LeaderboardName, FGet InGetDelegate)UOnlinePicoLeaderboardsFunctionstatic
GetEntries(UObject *WorldContextObject, const FString &LeaderboardName, int PageIdx, int PageSize, ELeaderboardFilterType Filter, ELeaderboardStartAt StartAt, FGetEntries InGetEntriesDelegate)UOnlinePicoLeaderboardsFunctionstatic
GetEntriesAfterRank(UObject *WorldContextObject, const FString &LeaderboardName, int PageIdx, int PageSize, const FString &AfterRank, FGetEntriesAfterRank InGetEntriesAfterRankDelegate)UOnlinePicoLeaderboardsFunctionstatic
GetEntriesByIds(UObject *WorldContextObject, const FString &LeaderboardName, int PageIdx, int PageSize, ELeaderboardStartAt StartAt, const TArray< FString > &UserIDs, FGetEntriesByIds InGetEntriesByIdsDelegate)UOnlinePicoLeaderboardsFunctionstatic
WriteEntry(UObject *WorldContextObject, const FString &LeaderboardName, const FString &Score, const FString &ExtraData, bool ForceUpdate, FWriteEntry InWriteEntryDelegate)UOnlinePicoLeaderboardsFunctionstatic
WriteEntryWithSupplementaryMetric(UObject *WorldContextObject, const FString &LeaderboardName, const FString &Score, const FString &SupplementaryMetric, const FString &ExtraData, bool ForceUpdate, FWriteEntryWithSupplementaryMetric InWriteEntryWithSupplementaryMetricDelegate)UOnlinePicoLeaderboardsFunctionstatic