EEntitlementCacheLevelRequest

The available options for the different levels of caches available when requesting information about user entitlements.

Windows
MacOS
Linux

References

Module

PortalServices

Header

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

Include

#include "Account/IPortalUser.h"

Syntax

enum EEntitlementCacheLevelRequest
{
    Memory    = 1,
    Disk      = 2,
}

Values

Name

Description

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

The available options for the different levels of caches available when requesting information about user entitlements.

Disk cache level includes Memory cache level.

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