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