EOnlineStoreOfferDiscountType

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineStoreInterfaceV2.h

Include

#include "Interfaces/OnlineStoreInterfaceV2.h"

Syntax

enum EOnlineStoreOfferDiscountType
{
    NotOnSale         = 0u,
    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

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