Loading...
Searching...
No Matches
UABCloudSave Member List

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

BulkGetCurrentPlayerPublicRecordKeys(FDModelsPaginatedBulkGetPublicUserRecordKeysResponse const &OnSuccess, FDErrorHandler const &OnError, int32 const &Offset=0, int32 const &Limit=20) (defined in UABCloudSave)UABCloudSave
BulkGetGameRecords(TArray< FString > const &Keys, FDModelsListGameRecords const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
BulkGetOtherPlayerPublicRecordKeys(FString const &UserId, FDModelsPaginatedBulkGetPublicUserRecordKeysResponse const &OnSuccess, FDErrorHandler const &OnError, int32 const &Offset=0, int32 const &Limit=20) (defined in UABCloudSave)UABCloudSave
BulkGetOtherPlayerPublicRecords(FString const &UserId, TArray< FString > const &Keys, FDModelsListUserRecords const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
BulkGetUserRecords(TArray< FString > const &Keys, FDModelsListUserRecords const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
DeleteGameRecord(FString const &Key, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
DeleteUserRecord(FString const &Key, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
GetGameRecord(FString const &Key, FDModelsGameRecord const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
GetPublicUserRecord(FString const &Key, FString const &UserId, FDModelsUserRecord const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
GetUserRecord(FString const &Key, FDModelsUserRecord const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceGameRecord(FString const &Key, FJsonObjectWrapper const &RecordRequest, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceGameRecordCheckLatest(FString const &Key, FDateTime const &LastUpdated, FJsonObjectWrapper const &RecordRequest, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceGameRecordCheckLatestRetry(int TryAttempt, FString const &Key, FJsonObjectWrapper const &RecordRequest, FDPayloadJsonObject const &PayloadModifier, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceUserRecord(FString const &Key, FJsonObjectWrapper const &RecordRequest, bool IsPublic, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceUserRecordCheckLatest(FString const &Key, FDateTime const &LastUpdated, FJsonObjectWrapper const &RecordRequest, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceUserRecordCheckLatestRetry(int TryAttempt, FString const &Key, FJsonObjectWrapper const &RecordRequest, FDPayloadJsonObject const &PayloadModifier, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceUserRecordCheckLatestRetryWithResponse(int TryAttempt, FString const &Key, FJsonObjectWrapper const &RecordRequest, FDPayloadJsonObject const &PayloadModifier, FDModelsReplaceUserRecordResponse const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
ReplaceUserRecordCheckLatestWithResponse(FString const &Key, FDateTime const &LastUpdated, FJsonObjectWrapper const &RecordRequest, FDModelsReplaceUserRecordResponse const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
SaveGameRecord(FString const &Key, FJsonObjectWrapper const &RecordRequest, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
SaveUserRecord(FString const &Key, FJsonObjectWrapper const &RecordRequest, bool IsPublic, FDHandler const &OnSuccess, FDErrorHandler const &OnError) (defined in UABCloudSave)UABCloudSave
SetApiClient(AccelByte::FApiClientPtr const &NewApiClientPtr) (defined in UABCloudSave)UABCloudSave