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