unreal.InAppPurchaseProductRequest2
¶
- class unreal.InAppPurchaseProductRequest2(product_identifier='', is_consumable=False)¶
Bases:
unreal.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] Flag to determine whether this is a consumable purchase, or not.product_identifier
(str): [Read-Write] The unique product identifier that matches the one from your targeted store.