IPortalUserLogin::PromptUserForSignIn

Requests that the portal come to the front and ask the user to sign-in.

Windows
MacOS
Linux

References

Module

PortalServices

Header

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

Include

#include "Account/IPortalUserLogin.h"

Syntax

TAsyncResult< bool > PromptUserForSignIn()

Remarks

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.

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.

Returns

whether the portal successfully received and handled your request.

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