Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
| Name | UInAppPurchaseQueryCallbackProxy2 |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/InAppPurchaseQueryCallbackProxy2.h |
| Include Path | #include "InAppPurchaseQueryCallbackProxy2.h" |
Syntax
UCLASS (MinimalAPI)
class UInAppPurchaseQueryCallbackProxy2 : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInAppPurchaseQueryCallbackProxy2
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInAppPurchaseQueryCallbackProxy2
(
const FObjectInitializer& ObjectInitializer |
InAppPurchaseQueryCallbackProxy2.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFailure | FInAppPurchaseQuery2Result | Called when there is an unsuccessful InAppPurchase query. | InAppPurchaseQueryCallbackProxy2.h |
|
| OnSuccess | FInAppPurchaseQuery2Result | Called when there is a successful InAppPurchase query. | InAppPurchaseQueryCallbackProxy2.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSavedWasSuccessful | bool | Did the read succeed? | InAppPurchaseQueryCallbackProxy2.h | |
| SavedProductInformation | TArray< FOnlineProxyStoreOffer > | InAppPurchaseQueryCallbackProxy2.h | ||
| WorldPtr | TWeakObjectPtr< UWorld > | Pointer to the world, needed to delay the results slightly. | InAppPurchaseQueryCallbackProxy2.h |
Functions
Public
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BeginDestroy() |
InAppPurchaseQueryCallbackProxy2.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UInAppPurchaseQueryCallbackProxy2 * CreateProxyObjectForInAppPurchaseQuery
(
APlayerController* PlayerController, |
Queries a InAppPurchase for an integer value. | InAppPurchaseQueryCallbackProxy2.h |
|