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