Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Details of an entitlement
| Name | FOnlineEntitlement |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineEntitlementsInterface.h |
| Include Path | #include "Interfaces/OnlineEntitlementsInterface.h" |
Syntax
struct FOnlineEntitlement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineEntitlement() |
Interfaces/OnlineEntitlementsInterface.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FOnlineEntitlement() |
Interfaces/OnlineEntitlementsInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsConsumable | bool | True if the entitlement is a consumable | Interfaces/OnlineEntitlementsInterface.h | |
| ConsumedCount | int32 | Number of prior uses for a consumable | Interfaces/OnlineEntitlementsInterface.h | |
| EndDate | FString | When the entitlement will expire | Interfaces/OnlineEntitlementsInterface.h | |
| Id | FUniqueEntitlementId | Unique Entitlement Id associated with this entitlement | Interfaces/OnlineEntitlementsInterface.h | |
| ItemId | FString | Id for the item that this entitlement is associated with | Interfaces/OnlineEntitlementsInterface.h | |
| Name | FString | Display name for the entitlement | Interfaces/OnlineEntitlementsInterface.h | |
| Namespace | FString | Namespace of the entitlement | Interfaces/OnlineEntitlementsInterface.h | |
| RemainingCount | int32 | Number of uses still available for a consumable | Interfaces/OnlineEntitlementsInterface.h | |
| StartDate | FString | When the entitlement started | Interfaces/OnlineEntitlementsInterface.h | |
| Status | FString | Current Status of the entitlement e.g. Active, Subscribe, Expire ... | Interfaces/OnlineEntitlementsInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Interfaces/OnlineEntitlementsInterface.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FOnlineEntitlement& Other |
Equality operator | Interfaces/OnlineEntitlementsInterface.h |