SDK for / Overview

XsollaStoreDelegates.h

1// Copyright 2024 Xsolla Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "XsollaStoreDataModel.h"
7#include "XsollaStoreDelegates.generated.h"
8
9DECLARE_DYNAMIC_DELEGATE_OneParam(FOnStoreItemsUpdate, const FStoreItemsData&, ItemsData);
10DECLARE_DYNAMIC_DELEGATE_OneParam(FOnVirtualCurrenciesUpdate, const FVirtualCurrencyData&, VirtualCurrencyData);
11DECLARE_DYNAMIC_DELEGATE_OneParam(FOnVirtualCurrencyPackagesUpdate, const FVirtualCurrencyPackagesData&, Data);
12DECLARE_DYNAMIC_DELEGATE_OneParam(FOnGetItemsListBySpecifiedGroup, const FStoreItemsList&, ItemsList);
13DECLARE_DYNAMIC_DELEGATE_OneParam(FOnGetListOfBundlesUpdate, const FStoreListOfBundles&, ListOfBundles);
14
15UCLASS()
16class XSOLLASTORE_API UXsollaStoreDelegates : public UObject
17{
18GENERATED_BODY()
19};
Definition: XsollaStoreDelegates.h:17
Definition: XsollaStoreDataModel.h:248
Definition: XsollaStoreDataModel.h:236
Definition: XsollaStoreDataModel.h:658
Definition: XsollaStoreDataModel.h:338
Definition: XsollaStoreDataModel.h:449