unreal.OnlineProxyStoreOfferDiscountType
¶
- class unreal.OnlineProxyStoreOfferDiscountType¶
Bases:
EnumBase
EOnline Proxy Store Offer Discount Type
C++ Source:
Plugin: OnlineSubsystemUtils
Module: OnlineSubsystemUtils
File: InAppPurchaseQueryCallbackProxy2.h
- DISCOUNT_AMOUNT: OnlineProxyStoreOfferDiscountType¶
Offer price should be displayed as an amount off regular price
- Type:
2
- NOT_ON_SALE: OnlineProxyStoreOfferDiscountType¶
Offer isn’t on sale
- Type:
0
- PAY_AMOUNT: OnlineProxyStoreOfferDiscountType¶
Offer price should be displayed as a new price
- Type:
3
- PERCENTAGE: OnlineProxyStoreOfferDiscountType¶
Offer price should be displayed as a percentage of regular price
- Type:
1