IOnlinePurchase::GetReceipts

Get list of cached receipts for user (includes transactions currently being processed)

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

void GetReceipts
(
    const FUniqueNetId & UserId,
    TArray< FPurchaseReceipt > & OutReceipts
) const

Remarks

Get list of cached receipts for user (includes transactions currently being processed)

Parameters

Parameter

Description

UserId

user initiating the request

OutReceipts

[out] list of receipts for the user

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