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 |
|
|
|
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 |
- EditAnywhere
- Category="Entitlement"
|
| ItemId |
FString |
The item id that was checked for an active entitlement |
Account/IPortalUser.h |
- EditAnywhere
- Category="Entitlement"
|
| RetrievedFromCacheLevel |
EEntitlementCacheLevelRetrieved |
How fresh this entitlement information is |
Account/IPortalUser.h |
- EditAnywhere
- Category="Entitlement"
|
Functions
Public