PICO Unreal Platform SDK
|
This is the complete list of members for UOnlinePicoChallengesFunction, including all inherited members.
Get(UObject *WorldContextObject, const FString &ChallengeID, FChallengeGet InGetDelegate) | UOnlinePicoChallengesFunction | static |
GetEntries(UObject *WorldContextObject, const FString &ChallengeID, int PageIdx, int PageSize, ELeaderboardFilterType Filter, ELeaderboardStartAt StartAt, FChallengeGetEntries InGetEntriesDelegate) | UOnlinePicoChallengesFunction | static |
GetEntriesAfterRank(UObject *WorldContextObject, const FString &ChallengeID, int PageIdx, int PageSize, const FString &AfterRank, FChallengeGetEntriesAfterRank InGetEntriesAfterRankDelegate) | UOnlinePicoChallengesFunction | static |
GetEntriesByIds(UObject *WorldContextObject, const FString &ChallengeID, int PageIdx, int PageSize, ELeaderboardStartAt StartAt, const TArray< FString > &UserIDs, FChallengeGetEntriesByIds InGetEntriesByIdsDelegate) | UOnlinePicoChallengesFunction | static |
GetList(UObject *WorldContextObject, FPico_ChallengeOptions ChallengeOptions, int PageIdx, int PageSize, FChallengeGetList InGetListDelegate) | UOnlinePicoChallengesFunction | static |
Invite(UObject *WorldContextObject, const FString &ChallengeID, const TArray< FString > &UserIDs, FChallengeInvite Delegate) | UOnlinePicoChallengesFunction | static |
Join(UObject *WorldContextObject, const FString &ChallengeID, FChallengeJoin InJoinDelegate) | UOnlinePicoChallengesFunction | static |
Leave(UObject *WorldContextObject, const FString &ChallengeID, FChallengeLeave InLeaveDelegate) | UOnlinePicoChallengesFunction | static |