Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/FPurchaseReceipt
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
| Type | Name | Description | |
|---|---|---|---|
| FString | ItemName | The platform identifier of this purchase type | |
| FUniqueEntitlementId | UniqueId | Unique identifier representing this purchased item (the specific instance owned by this account) | |
| FString | ValidationInfo | Platform-specific opaque validation info (required to verify UniqueId belongs to this account) |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsRedeemable () |
Overridden from FJsonSerializable
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FJsonSerializerBase& Serializer, |
Abstract method that needs to be supplied using the macros |