unreal.InAppPurchaseProductRequest
¶
- class unreal.InAppPurchaseProductRequest(product_identifier='', is_consumable=False)¶
Bases:
unreal.StructBase
Micro-transaction request information
C++ Source:
Plugin: OnlineSubsystem
Module: OnlineSubsystem
File: OnlineStoreInterface.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.