Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FPurchaseCheckoutRequest
Single offer entry for purchase
| Name | FPurchaseOfferEntry |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePurchaseInterface.h |
| Include Path | #include "Interfaces/OnlinePurchaseInterface.h" |
Syntax
struct FPurchaseOfferEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPurchaseOfferEntry
(
const FOfferNamespace& InOfferNamespace, |
Interfaces/OnlinePurchaseInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OfferId | FUniqueOfferId | Platform specific offer id (defined on backend) | Interfaces/OnlinePurchaseInterface.h | |
| OfferNamespace | FOfferNamespace | Namespace in which the offer resides | Interfaces/OnlinePurchaseInterface.h | |
| Quantity | int32 | Number of offers of this type to purchase | Interfaces/OnlinePurchaseInterface.h |