Loading...
Searching...
No Matches
AccelByte::Api::BinaryCloudSave Member List

This is the complete list of members for AccelByte::Api::BinaryCloudSave, including all inherited members.

AccelBytePlatformPtr (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
BinaryCloudSave(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient=nullptr) (defined in AccelByte::Api::BinaryCloudSave)AccelByte::Api::BinaryCloudSave
BinaryCloudSave(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::Api::BinaryCloudSave)AccelByte::Api::BinaryCloudSave
BulkGetCurrentUserBinaryRecords(const TArray< FString > &Keys, THandler< FAccelByteModelsListUserBinaryRecords > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
BulkGetGameBinaryRecords(TArray< FString > const &Keys, THandler< FAccelByteModelsListGameBinaryRecords > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
BulkGetPublicUserBinaryRecords(const TArray< FString > &Keys, FString const &UserId, THandler< FAccelByteModelsListUserBinaryRecords > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
BulkGetPublicUserBinaryRecords(FString const &Key, const TArray< FString > &UserIds, THandler< FAccelByteModelsListUserBinaryRecords > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
BulkQueryCurrentUserBinaryRecords(FString const &Query, THandler< FAccelByteModelsPaginatedUserBinaryRecords > const &OnSuccess, FErrorHandler const &OnError, int32 const &Offset=0, int32 const &Limit=20)AccelByte::Api::BinaryCloudSave
BulkQueryGameBinaryRecords(FString const &Query, THandler< FAccelByteModelsPaginatedGameBinaryRecords > const &OnSuccess, FErrorHandler const &OnError, int32 const &Offset=0, int32 const &Limit=20)AccelByte::Api::BinaryCloudSave
BulkQueryPublicUserBinaryRecords(FString const &UserId, THandler< FAccelByteModelsPaginatedUserBinaryRecords > const &OnSuccess, FErrorHandler const &OnError, int32 const &Offset=0, int32 const &Limit=20)AccelByte::Api::BinaryCloudSave
CredentialsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
DeleteUserBinaryRecord(FString const &Key, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
FApiBase(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
FApiBase(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::FApiBase)AccelByte::FApiBase
GetCurrentUserBinaryRecord(FString const &Key, THandler< FAccelByteModelsUserBinaryRecord > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
GetGameBinaryRecord(FString const &Key, THandler< FAccelByteModelsGameBinaryRecord > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
GetPublicUserBinaryRecord(FString const &Key, FString const &UserId, THandler< FAccelByteModelsUserBinaryRecord > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
HttpClient (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
HttpRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
RequestUserBinaryRecordPresignedUrl(FString const &Key, FString const &FileType, THandler< FAccelByteModelsBinaryInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
RequestUserBinaryRecordPresignedUrl(FString const &Key, EAccelByteFileType FileType, THandler< FAccelByteModelsBinaryInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
SaveUserBinaryRecord(FString const &Key, FString const &FileType, bool bIsPublic, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
SaveUserBinaryRecord(FString const &Key, EAccelByteFileType FileType, bool bIsPublic, FVoidHandler const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
SetApiClient(TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
SettingsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
UpdateUserBinaryRecordFile(FString const &Key, FString const &FileType, FString const &FileLocation, THandler< FAccelByteModelsUserBinaryRecord > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
UpdateUserBinaryRecordFile(FString const &Key, EAccelByteFileType ContentType, FString const &FileLocation, THandler< FAccelByteModelsUserBinaryRecord > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
UpdateUserBinaryRecordMetadata(FString const &Key, bool bIsPublic, THandler< FAccelByteModelsUserBinaryRecord > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::BinaryCloudSave
ValidateAccelByteId(FString const &Id, EAccelByteIdHypensRule HypenRule, FString const &ErrorMessage, T const &OnError) (defined in AccelByte::FApiBase)AccelByte::FApiBaseinlineprotected
~BinaryCloudSave() (defined in AccelByte::Api::BinaryCloudSave)AccelByte::Api::BinaryCloudSavevirtual