unreal.OnlineProxyStoreOffer
¶
- class unreal.OnlineProxyStoreOffer(offer_id='', title='', description='', long_description='', regular_price_text='', regular_price=0, price_text='', numeric_price=0, currency_code='', release_date=[], expiration_date=[], discount_type=OnlineProxyStoreOfferDiscountType.NOT_ON_SALE, dynamic_fields={})¶
Bases:
unreal.StructBase
Offer entry for display from online store
C++ Source:
Plugin: OnlineSubsystemUtils
Module: OnlineSubsystemUtils
File: InAppPurchaseQueryCallbackProxy2.h
Editor Properties: (see get_editor_property/set_editor_property)
currency_code
(str): [Read-Write] Price currency codedescription
(Text): [Read-Write] Short description for displaydiscount_type
(OnlineProxyStoreOfferDiscountType): [Read-Write] Type of discount currently running on this offer (if any)dynamic_fields
(Map(str, str)): [Read-Write] Dynamic Fieldsexpiration_date
(DateTime): [Read-Write] Date this information is no longer valid (maybe due to sale ending, etc)long_description
(Text): [Read-Write] Full description for displaynumeric_price
(int32): [Read-Write] Final-Price (Post-Sales/Discounts) in numeric form for comparison/sortingoffer_id
(str): [Read-Write] Unique offer identifierprice_text
(Text): [Read-Write] Final-Pricing (Post-Sales/Discounts) as text for displayregular_price
(int32): [Read-Write] Regular non-sale price in numeric form for comparison/sortingregular_price_text
(Text): [Read-Write] Regular non-sale price as text for displayrelease_date
(DateTime): [Read-Write] Date the offer was releasedtitle
(Text): [Read-Write] Title for display
- property discount_type¶
[Read-Only] Type of discount currently running on this offer (if any)
- property expiration_date¶
[Read-Only] Date this information is no longer valid (maybe due to sale ending, etc)
- Type
(DateTime)
- property numeric_price¶
[Read-Only] Final-Price (Post-Sales/Discounts) in numeric form for comparison/sorting
- Type
(int32)
- property price_text¶
[Read-Only] Final-Pricing (Post-Sales/Discounts) as text for display
- Type
(Text)
- property regular_price¶
[Read-Only] Regular non-sale price in numeric form for comparison/sorting
- Type
(int32)