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

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

AccelBytePlatformPtr (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
BulkGetLocaleItems(const TArray< FString > &ItemIds, FString const &Region, FString const &Language, THandler< TArray< FAccelByteModelsItemInfo > > const &OnSuccess, FErrorHandler const &OnError, FString const &StoreId=TEXT(""), bool AutoCalcEstimatedPrice=false)AccelByte::Api::Item
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
GetEstimatedPrice(const TArray< FString > &ItemIds, FString const &Region, THandler< TArray< FAccelByteModelsEstimatedPrices > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Item
GetItemByAppId(FString const &AppId, FString const &Language, FString const &Region, THandler< FAccelByteModelsItemInfo > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Item
GetItemById(FString const &ItemId, FString const &Language, FString const &Region, THandler< FAccelByteModelsPopulatedItemInfo > const &OnSuccess, FErrorHandler const &OnError, FString const &StoreId=TEXT(""), bool bPopulateBundle=false, bool AutoCalcEstimatedPrice=false)AccelByte::Api::Item
GetItemBySku(FString const &Sku, FString const &Language, FString const &Region, THandler< FAccelByteModelsItemInfo > const &OnSuccess, FErrorHandler const &OnError, bool AutoCalcEstimatedPrice=false)AccelByte::Api::Item
GetItemDynamicData(FString const &ItemId, THandler< FAccelByteModelsItemDynamicData > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Item
GetItemMappings(EAccelBytePlatformMapping Platform, THandler< FAccelByteModelsItemMappingsResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Item
GetItemsByCriteria(FAccelByteModelsItemCriteria const &ItemCriteria, int32 Offset, int32 Limit, THandler< FAccelByteModelsItemPagingSlicedResult > const &OnSuccess, FErrorHandler const &OnError, TArray< EAccelByteItemListSortBy > const &SortBy={}, FString const &StoreId=TEXT(""), bool AutoCalcEstimatedPrice=false)AccelByte::Api::Item
GetListAllStores(THandler< TArray< FAccelByteModelsPlatformStore > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Item
HttpClient (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
HttpRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
Item(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient=nullptr) (defined in AccelByte::Api::Item)AccelByte::Api::Item
Item(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::Api::Item)AccelByte::Api::Item
SearchItem(FString const &Language, FString const &Keyword, int32 Offset, int32 Limit, FString const &Region, THandler< FAccelByteModelsItemPagingSlicedResult > const &OnSuccess, FErrorHandler const &OnError, bool AutoCalcEstimatedPrice=false)AccelByte::Api::Item
SetApiClient(TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient) (defined in AccelByte::FApiBase)AccelByte::FApiBase
SettingsRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
ValidateAccelByteId(FString const &Id, EAccelByteIdHypensRule HypenRule, FString const &ErrorMessage, T const &OnError) (defined in AccelByte::FApiBase)AccelByte::FApiBaseinlineprotected
~Item() (defined in AccelByte::Api::Item)AccelByte::Api::Itemvirtual