Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/Account
References
| Module | PortalServices |
| Header | /Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h |
| Include | #include "Account/IPortalUser.h" |
Syntax
struct FPortalUserIsEntitledToItemResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | IsEntitled | Whether this user is entitled to the item id | |
| FString | ItemId | The item id that was checked for an active entitlement | |
| EEntitlementCacheLevelRetrieved | RetrievedFromCacheLevel | How fresh this entitlement information is |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPortalUserIsEntitledToItemResult
(
const FString& InItemId, |