![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FPortalUserLoginProxy:Public Member Functions | |
| virtual | ~FPortalUserLoginProxy () |
| virtual bool | IsAvailable () const override |
| virtual TAsyncResult< bool > | PromptUserForSignIn () override |
Public Member Functions inherited from IPortalUserLogin | |
| virtual | ~IPortalUserLogin () |
Public Member Functions inherited from IPortalService | |
| virtual | ~IPortalService () |
|
inlinevirtual |
Implements IPortalService.
|
inlineoverridevirtual |
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.
Implements IPortalUserLogin.