IOnlinePurchase::FinalizePurchase

Finalizes a purchase with the supporting platform Acknowledges that the purchase has been properly redeemed by the application

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

void FinalizePurchase
(
    const FUniqueNetId & UserId,
    const FString & ReceiptId
)

Remarks

Finalizes a purchase with the supporting platform Acknowledges that the purchase has been properly redeemed by the application

Parameters

Parameter

Description

UserId

user where the purchase was made

ReceiptId

purchase id for this platform

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