UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FPortalUserIsEntitledToItemResult Struct Reference

#include <IPortalUser.h>

Public Member Functions

 FPortalUserIsEntitledToItemResult ()
 
 FPortalUserIsEntitledToItemResult (const FString &InItemId, const bool InIsEntitled, const EEntitlementCacheLevelRetrieved InRetrievedFromCacheLevel)
 

Public Attributes

FString ItemId
 
bool IsEntitled
 
EEntitlementCacheLevelRetrieved RetrievedFromCacheLevel
 

Constructor & Destructor Documentation

◆ FPortalUserIsEntitledToItemResult() [1/2]

FPortalUserIsEntitledToItemResult::FPortalUserIsEntitledToItemResult ( )
inline

◆ FPortalUserIsEntitledToItemResult() [2/2]

FPortalUserIsEntitledToItemResult::FPortalUserIsEntitledToItemResult ( const FString &  InItemId,
const bool  InIsEntitled,
const EEntitlementCacheLevelRetrieved  InRetrievedFromCacheLevel 
)
inline

Member Data Documentation

◆ IsEntitled

bool FPortalUserIsEntitledToItemResult::IsEntitled

Whether this user is entitled to the item id

◆ ItemId

FString FPortalUserIsEntitledToItemResult::ItemId

The item id that was checked for an active entitlement

◆ RetrievedFromCacheLevel

EEntitlementCacheLevelRetrieved FPortalUserIsEntitledToItemResult::RetrievedFromCacheLevel

How fresh this entitlement information is


The documentation for this struct was generated from the following file: