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

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

AccelBytePlatformPtr (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
BulkDeleteInventoryItems(FString const &InventoryId, TArray< FAccelByteModelsDeleteUserInventoryItemsRequest > const &DeletedItemsRequest, THandler< TArray< FAccelByteModelsDeleteUserInventoryItemResponse > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Inventory
BulkUpdateInventoryItems(FString const &InventoryId, TArray< FAccelByteModelsUpdateUserInventoryItemRequest > const &UpdatedItemsRequest, THandler< TArray< FAccelByteModelsUpdateUserInventoryItemResponse > > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Inventory
ConsumeUserInventoryItem(FString const &InventoryId, FAccelByteModelsConsumeUserItemsRequest const &ConsumedItemsRequest, THandler< FAccelByteModelsUserItemResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Inventory
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
GetInventoryConfigurations(THandler< FAccelByteModelsInventoryConfigurationsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteInventoryConfigurationSortBy SortBy=EAccelByteInventoryConfigurationSortBy::CREATED_AT_DESC, int32 Limit=20, int32 Offset=0, FString const &InventoryConfigurationCode=TEXT(""))AccelByte::Api::Inventory
GetInventoryTags(THandler< FAccelByteModelsInventoryTagPagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteInventoryUtilitiesSortBy SortBy=EAccelByteInventoryUtilitiesSortBy::CREATED_AT_DESC, int32 Limit=20, int32 Offset=0)AccelByte::Api::Inventory
GetItemTypes(THandler< FAccelByteModelsItemTypePagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteInventoryUtilitiesSortBy SortBy=EAccelByteInventoryUtilitiesSortBy::CREATED_AT_DESC, int32 Limit=20, int32 Offset=0)AccelByte::Api::Inventory
GetUserInventories(THandler< FAccelByteModelsUserInventoriesPagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteUserInventoriesSortBy SortBy=EAccelByteUserInventoriesSortBy::CREATED_AT_DESC, int32 Limit=20, int32 Offset=0, FString const &InventoryConfigurationCode=TEXT(""))AccelByte::Api::Inventory
GetUserInventoryAllItems(FString const &InventoryId, THandler< FAccelByteModelsUserItemsPagingResponse > const &OnSuccess, FErrorHandler const &OnError, EAccelByteUserItemsSortBy SortBy=EAccelByteUserItemsSortBy::CREATED_AT_DESC, int32 Limit=20, int32 Offset=0, FString const &SourceItemId=TEXT(""), FString const &Tags=TEXT(""))AccelByte::Api::Inventory
GetUserInventoryItem(FString const &InventoryId, FString const &SlotId, FString const &SourceItemId, THandler< FAccelByteModelsUserItemResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Inventory
HttpClient (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
HttpRef (defined in AccelByte::FApiBase)AccelByte::FApiBaseprotected
Inventory(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, TSharedPtr< AccelByte::FApiClient, ESPMode::ThreadSafe > const &InApiClient=nullptr) (defined in AccelByte::Api::Inventory)AccelByte::Api::Inventory
Inventory(Credentials const &InCredentialsRef, Settings const &InSettingsRef, FHttpRetrySchedulerBase &InHttpRef, FAccelBytePlatformPtr const &InAccelBytePlatform) (defined in AccelByte::Api::Inventory)AccelByte::Api::Inventory
MoveItemsBetweenInventories(FString const &TargetInventoryId, FAccelByteModelsMoveUserItemsBetweenInventoriesRequest const &MoveItemsRequest, THandler< FAccelByteModelsMoveUserItemsBetweenInventoriesResponse > const &OnSuccess, FErrorHandler const &OnError)AccelByte::Api::Inventory
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
~Inventory() (defined in AccelByte::Api::Inventory)AccelByte::Api::Inventoryvirtual