EOnlineProxyStoreOfferDiscountType

Copyright Epic Games, Inc. All Rights Reserved.

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/InAppPurchaseQueryCallbackProxy2.h

Include

#include "InAppPurchaseQueryCallbackProxy2.h"

Syntax

enum EOnlineProxyStoreOfferDiscountType
{
    NotOnSale         = 0,
    Percentage,
    DiscountAmount,
    PayAmount,
}

Values

Name

Description

NotOnSale

Offer isn't on sale

Percentage

Offer price should be displayed as a percentage of regular price

DiscountAmount

Offer price should be displayed as an amount off regular price

PayAmount

Offer price should be displayed as a new price

Remarks

Copyright Epic Games, Inc. All Rights Reserved.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss