Navigation
API > API/Runtime > API/Runtime/PortalServices
Interface for the Portal application's user login services. Specializes in actions related to signing a user in and out of the portal.
| Name | IPortalUserLogin |
| Type | class |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUserLogin.h |
| Include Path | #include "Account/IPortalUserLogin.h" |
Syntax
class IPortalUserLogin : public IPortalService
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPortalUserLogin() |
Account/IPortalUserLogin.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAsyncResult< bool > PromptUserForSignIn () |
Requests that the portal come to the front and ask the user to sign-in. | Account/IPortalUserLogin.h |