Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Info needed for checkout
| Name | FPurchaseCheckoutRequest |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePurchaseInterface.h |
| Include Path | #include "Interfaces/OnlinePurchaseInterface.h" |
Syntax
class FPurchaseCheckoutRequest
Structs
| Name | Remarks |
|---|---|
| FPurchaseOfferEntry | Single offer entry for purchase |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccountId | TOptional< FString > | Optional AccountId to include with the purchase request (if supported) | Interfaces/OnlinePurchaseInterface.h | |
| AdditionalCheckoutProperties | TMap< FString, FString > | Key - value pair properties for passing to the checkout. | Interfaces/OnlinePurchaseInterface.h | |
| PurchaseOffers | TArray< FPurchaseOfferEntry > | List of offers being purchased | Interfaces/OnlinePurchaseInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPurchaseOffer
(
const FOfferNamespace& InNamespace, |
Add a offer entry for purchase | Interfaces/OnlinePurchaseInterface.h |