Navigation
API > API/Runtime > API/Runtime/PortalServices
Interface for the Portal application's user services. Specializes in readonly requests for information about the last or currently signed-in user.
| Name | IPortalUser |
| Type | class |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUser.h |
| Include Path | #include "Account/IPortalUser.h" |
Syntax
class IPortalUser : public IPortalService
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPortalUser() |
Account/IPortalUser.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult< FPortalUserDetails > GetUserDetails() |
Requests the details of the last or currently signed in user | Account/IPortalUser.h | |
TAsyncResult< FPortalUserIsEntitledToItemResult > IsEntitledToItem
(
const FString& ItemId, |
Returns whether the use is entitled to the specified Item Id. | Account/IPortalUser.h |