FPortalUserIsEntitledToItemResult

Windows
MacOS
Linux

References

Module

PortalServices

Header

/Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h

Include

#include "Account/IPortalUser.h"

Syntax

struct FPortalUserIsEntitledToItemResult

Variables

Name Description

Public variable

bool

 

IsEntitled

Whether this user is entitled to the item id

Public variable

FString

 

ItemId

The item id that was checked for an active entitlement

Public variable

EEntitlementCac...

 

RetrievedFromCacheLevel

How fresh this entitlement information is

Constructors

Name Description

Public function

FPortalUserIsEntitledToItemResult()

Public function

FPortalUserIsEntitledToItemResult

(
    const FString& InItemId,
    const bool InIsEntitled,
    const EEntitlementCacheLevelRetriev...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss