Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/Account
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
| Type | Name | Description | |
|---|---|---|---|
~IPortalUser () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TAsyncResult< FPortalUserDetails > | Requests the details of the last or currently signed in user | ||
| TAsyncResult< FPortalUserIsEntitledToItemResult > | IsEntitledToItem
(
const FString& ItemId, |
Returns whether the use is entitled to the specified Item Id. |