IPortalUser

Interface for the Portal application's user services.

Windows
MacOS
Linux

Inheritance Hierarchy

IPortalService

IPortalUser

References

Module

PortalServices

Header

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

Include

#include "Account/IPortalUser.h"

Syntax

class IPortalUser : public IPortalService

Remarks

Interface for the Portal application's user services. Specializes in readonly requests for information about the last or currently signed-in user.

Destructors

Name Description

Public function Virtual

~IPortalUser()

Functions

Name Description

Public function

TAsyncResult...

 

GetUserDetails()

Requests the details of the last or currently signed in user

Public function

TAsyncResult...

 

IsEntitledToItem

(
    const FString& ItemId,
    EEntitlementCacheLevelRequest Cache...
)

Returns whether the use is entitled to the specified Item Id.

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