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

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

AccelBytePlatformPtr (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
BatchGetPublicUserProfileInfos(FString const &UserIds, THandler< TArray< FAccelByteModelsPublicUserProfileInfo > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
BulkGetPublicUserProfileInfos(TArray< FString > const &UserIds, THandler< TArray< FAccelByteModelsPublicUserProfileInfo > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
BulkGetPublicUserProfileInfosV2(TArray< FString > const &UserIds, THandler< FAccelByteModelsPublicUserProfileInfoV2 > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
CreateUserProfile(FAccelByteModelsUserProfileCreateRequest const &ProfileCreateRequest, THandler< FAccelByteModelsUserProfileInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
CreateUserProfile(FString const &UserId, FAccelByteModelsUserProfileCreateRequest const &ProfileCreateRequest, THandler< FAccelByteModelsUserProfileInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
CredentialsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
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
GenerateUploadURL(FString const &Folder, EAccelByteFileType FileType, THandler< FAccelByteModelsUserProfileUploadURLResult > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
GenerateUploadURLForUserContent(FString const &UserId, EAccelByteFileType FileType, THandler< FAccelByteModelsUserProfileUploadURLResult > const &OnSuccess, FErrorHandler const &OnError, EAccelByteUploadCategory Category=EAccelByteUploadCategory::DEFAULT)AccelByte::Api::UserProfile
GetCustomAttributes(THandler< FJsonObject > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
GetPrivateCustomAttributes(THandler< FJsonObjectWrapper > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
GetPublicCustomAttributes(FString const &UserId, THandler< FJsonObject > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
GetPublicUserProfileInfo(FString const &UserId, THandler< FAccelByteModelsPublicUserProfileInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
GetUserProfile(THandler< FAccelByteModelsUserProfileInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
GetUserProfile(FString const &UserId, THandler< FAccelByteModelsUserProfileInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
GetUserProfilePublicInfoByPublicId(FString const &PublicId, THandler< FAccelByteModelsPublicUserProfileInfo > const &OnSuccess, FCustomErrorHandler const &OnError)AccelByte::Api::UserProfile
HttpClient (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
HttpRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
SetApiClient(TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
SettingsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
UpdateCustomAttributes(FJsonObject const &CustomAttributesUpdateRequest, THandler< FJsonObject > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
UpdatePrivateCustomAttributes(FJsonObject const &PrivateCustomAttributesUpdateRequest, THandler< FJsonObjectWrapper > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
UpdateUserProfile(FAccelByteModelsUserProfileUpdateRequest const &ProfileUpdateRequest, THandler< FAccelByteModelsUserProfileInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
UpdateUserProfile(FString const &UserId, FAccelByteModelsUserProfileUpdateRequest const &ProfileUpdateRequest, THandler< FAccelByteModelsUserProfileInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::UserProfile
UserProfile(Credentials const &Credentials, Settings const &Settings, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient=nullptr) (defined in AccelByte::Api::UserProfile)AccelByte::Api::UserProfile
UserProfile(Credentials const &Credentials, Settings const &Settings, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::Api::UserProfile)AccelByte::Api::UserProfile
ValidateAccelByteId(FString const &Id, EAccelByteIdHypensRule HypenRule, FString const &ErrorMessage, T const &OnError) (defined in AccelByte::FApiBase)AccelByte::FApiBaseinlineprotected
~UserProfile() (defined in AccelByte::Api::UserProfile)AccelByte::Api::UserProfilevirtual