EEntitlementCacheLevelRetrieved

Used to delineate which cache an entitlement check result was retrieved from.

Windows
MacOS
Linux

References

Module

PortalServices

Header

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

Include

#include "Account/IPortalUser.h"

Syntax

enum EEntitlementCacheLevelRetrieved
{
    None      = 0,
    Memory    = 1,
    Disk      = 2,
}

Values

Name

Description

None

Memory

Allow reference to entitlements cached in-memory for this session of the portal.

Disk

Allow reference to entitlements cached on disk between sessions of the portal.

Remarks

Used to delineate which cache an entitlement check result was retrieved from.

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