Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
Micro-transaction request information
| Name | FInAppPurchaseProductRequest2 |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/InAppPurchaseDataTypes.h |
| Include Path | #include "InAppPurchaseDataTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FInAppPurchaseProductRequest2
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsConsumable | bool | Flag to determine whether this is a consumable purchase, or not. | InAppPurchaseDataTypes.h |
|
| ProductIdentifier | FString | The unique product identifier that matches the one from your targeted store. | InAppPurchaseDataTypes.h |
|