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] 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.

property is_consumable

[Read-Write] Is Consumable: Flag to determine whether this is a consumable purchase, or not.

Type

(bool)

property product_identifier

[Read-Write] Product Identifier: The unique product identifier that matches the one from your targeted store.

Type

(str)