Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
| |
|
| Name |
FEntitlement |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Commerce.h |
| Include Path |
#include "Online/Commerce.h" |
Syntax
struct FEntitlement
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AcquiredDate |
TOptional< FDateTime > |
If set, specifies when the entitlement was acquired |
Online/Commerce.h |
|
| bRedeemed |
bool |
True if the entitlement has been marked as redeemed |
Online/Commerce.h |
|
| EntitlementId |
FEntitlementId |
Id of the entitlement |
Online/Commerce.h |
|
| EntitlementType |
FName |
Type of the entitlement |
Online/Commerce.h |
|
| ExpiryDate |
TOptional< FDateTime > |
If set, specifies when the entitlement will expire |
Online/Commerce.h |
|
| ProductId |
FString |
The Id of the product |
Online/Commerce.h |
|
| Quantity |
int32 |
Quantity |
Online/Commerce.h |
|