FPurchaseOfferEntry

Single offer entry for purchase

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

struct FPurchaseOfferEntry

Remarks

Single offer entry for purchase

Variables

Name Description

Public variable

FUniqueOfferId

 

OfferId

Platform specific offer id (defined on backend)

Public variable

FOfferNamespace

 

OfferNamespace

Namespace in which the offer resides

Public variable

int32

 

Quantity

Number of offers of this type to purchase

Constructors

Name Description

Public function

FPurchaseOfferEntry

(
    const FOfferNamespace& InOfferName...,
    const FUniqueOfferId& InOfferId,
    int32 InQuantity,
    bool bInIsConsumable
)

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