IOnlineFulfillment::RedeemCode

Initiate the checkout process for obtaining offers via code redemption

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineFulfillmentInterface.h"

Syntax

void RedeemCode
(
    const FUniqueNetId & UserId,
    const FRedeemCodeRequest & RedeemCodeRequest,
    const FOnPurchaseRedeemCodeComplete & Delegate
)

Remarks

Initiate the checkout process for obtaining offers via code redemption

Parameters

Parameter

Description

UserId

user initiating the request

RedeemCodeRequest

info needed for the redeem 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