Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/IPortalUserLogin
Description
Requests that the portal come to the front and ask the user to sign-in.
If a user is already signed into the Portal then a prompt may ask the existing user if they want to sign-out, especially if they have on going installations or downloads. The user may opt to not sign-out if this happens.
| Name | PromptUserForSignIn |
| Type | function |
| Header File | /Engine/Source/Runtime/Portal/Services/Public/Account/IPortalUserLogin.h |
| Include Path | #include "Account/IPortalUserLogin.h" |
TAsyncResult < bool > PromptUserForSignIn()
whether the portal successfully received and handled your request. Note this doesn't mean that the user signed-in successfully or even that the existing user signed-out. It simply means that the Portal attempted to prompt the user for sign-in.