Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
| Name | UInAppPurchaseRestoreCallbackProxy2 |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/InAppPurchaseRestoreCallbackProxy2.h |
| Include Path | #include "InAppPurchaseRestoreCallbackProxy2.h" |
Syntax
UCLASS (MinimalAPI)
class UInAppPurchaseRestoreCallbackProxy2 : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInAppPurchaseRestoreCallbackProxy2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInAppPurchaseRestoreCallbackProxy2
(
const FObjectInitializer& ObjectInitializer |
InAppPurchaseRestoreCallbackProxy2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFailure | FInAppPurchaseRestoreResult2 | Called when there is an unsuccessful In-App Purchase transaction. | InAppPurchaseRestoreCallbackProxy2.h |
|
| OnSuccess | FInAppPurchaseRestoreResult2 | Called when there is a successful In-App Purchase transaction. | InAppPurchaseRestoreCallbackProxy2.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bWasSuccessful | bool | InAppPurchaseRestoreCallbackProxy2.h | ||
| PurchaseInterface | IOnlinePurchasePtr | InAppPurchaseRestoreCallbackProxy2.h | ||
| PurchasingPlayer | FUniqueNetIdRepl | InAppPurchaseRestoreCallbackProxy2.h | ||
| SavedPurchaseStatus | EInAppPurchaseStatus | InAppPurchaseRestoreCallbackProxy2.h | ||
| SavedReceipts | TArray< FInAppPurchaseRestoreInfo2 > | InAppPurchaseRestoreCallbackProxy2.h | ||
| WorldPtr | TWeakObjectPtr< UWorld > | Pointer to the world, needed to delay the results slightly | InAppPurchaseRestoreCallbackProxy2.h |
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
InAppPurchaseRestoreCallbackProxy2.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UInAppPurchaseRestoreCallbackProxy2 * CreateProxyObjectForInAppPurchaseRestore
(
const TArray< FInAppPurchaseProductRequest2 >& ConsumableProductFlags, |
Kicks off a transaction for the provided product identifier. | InAppPurchaseRestoreCallbackProxy2.h |
|