FPurchaseCheckoutRequest::AddPurchaseOffer

Add a 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

void AddPurchaseOffer
(
    const FOfferNamespace & InNamespace,
    const FUniqueOfferId & InOfferId,
    int32 InQuantity,
    bool bInIsConsumable
)

Remarks

Add a offer entry for purchase

Parameters

Parameter

Description

InNamespace

namespace of offer to be purchased

InOfferId

id of offer to be purchased

InQuantity

number to purchase

bInIsConsumable

is the offer consumable or one time purchase

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