FPurchaseReceipt::AddReceiptOffer

Add a offer entry that has been purchased

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

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

Remarks

Add a offer entry that has been purchased

Parameters

Parameter

Description

InNamespace

of the offer that has been purchased

InOfferId

id of offer that has been purchased

InQuantity

number purchased

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