FLineItemInfo

Windows
MacOS
Linux

Inheritance Hierarchy

FJsonSerializable

FPurchaseReceipt::FLineItemInfo

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePurchaseInterface.h"

Syntax

struct FLineItemInfo : public FJsonSerializable

Variables

Name Description

Public variable

FString

 

ItemName

The platform identifier of this purchase type

Public variable

FUniqueEntitlem...

 

UniqueId

Unique identifier representing this purchased item (the specific instance owned by this account)

Public variable

FString

 

ValidationInfo

Platform-specific opaque validation info (required to verify UniqueId belongs to this account)

Functions

Name Description

Public function Const

bool

 

IsRedeemable()

Overridden from FJsonSerializable

Name Description

Public function Virtual

void

 

Serialize

(
    FJsonSerializerBase& Serializer,
    bool bFlatObject
)

Abstract method that needs to be supplied using the macros

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