FReceiptOfferEntry

Single purchased offer offer

Windows
MacOS
Linux

Inheritance Hierarchy

FJsonSerializable

FPurchaseReceipt::FReceiptOfferEntry

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

struct FReceiptOfferEntry : public FJsonSerializable

Remarks

Single purchased offer offer

Variables

Name Description

Public variable

TArray< FLineIt...

 

LineItems

Information about the individual items purchased

Public variable

FOfferNamespace

 

Namespace

Public variable

FUniqueOfferId

 

OfferId

Public variable

int32

 

Quantity

Constructors

Name Description

Public function

FReceiptOfferEntry()

Public function

FReceiptOfferEntry

(
    const FOfferNamespace& InNamespace,
    const FUniqueOfferId& InOfferId,
    int32 InQuantity
)

Overridden from FJsonSerializable

Name Description

Public function Virtual

void

 

Serialize

(
    FJsonSerializerBase& Serializer,
    bool bFlatObject
)

Abstract method that needs to be supplied using the macros

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