IOnlinePurchase::Checkout

Initiate the checkout process for purchasing offers via payment

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

void Checkout
(
    const FUniqueNetId & UserId,
    const FPurchaseCheckoutRequest & CheckoutRequest,
    const FOnPurchaseCheckoutComplete & Delegate
)

Remarks

Initiate the checkout process for purchasing offers via payment

Parameters

Parameter

Description

UserId

user initiating the request

CheckoutRequest

info needed for the checkout request

Delegate

completion callback (guaranteed to be called)

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