unreal.InAppPurchaseProductRequest2
¶
- class unreal.InAppPurchaseProductRequest2(product_identifier: str = '', is_consumable: bool = False)¶
Bases:
StructBase
Micro-transaction request information
C++ Source:
Plugin: OnlineSubsystemUtils
Module: OnlineSubsystemUtils
File: InAppPurchaseCallbackProxy2.h
Editor Properties: (see get_editor_property/set_editor_property)
is_consumable
(bool): [Read-Write] Is Consumable: Flag to determine whether this is a consumable purchase, or not.product_identifier
(str): [Read-Write] Product Identifier: The unique product identifier that matches the one from your targeted store.