unreal.OnlineProxyStoreOfferDiscountType

class unreal.OnlineProxyStoreOfferDiscountType

Bases: unreal.EnumBase

EOnline Proxy Store Offer Discount Type

C++ Source:

  • Plugin: OnlineSubsystemUtils

  • Module: OnlineSubsystemUtils

  • File: InAppPurchaseQueryCallbackProxy2.h

DISCOUNT_AMOUNT

Offer price should be displayed as an amount off regular price

Type

2

NOT_ON_SALE

Offer isn’t on sale

Type

0

PAY_AMOUNT

Offer price should be displayed as a new price

Type

3

PERCENTAGE

Offer price should be displayed as a percentage of regular price

Type

1