Navigation
API > API/Plugins > API/Plugins/LoginFlow
Inheritance Hierarchy
- TSharedFromThis
- ILoginFlowManager
- FLoginFlowManager
References
Module | LoginFlow |
Header | /Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/Public/ILoginFlowManager.h |
Include | #include "ILoginFlowManager.h" |
Syntax
class ILoginFlowManager : public TSharedFromThis< ILoginFlowManager >
Remarks
Create and configure one of these to enable web login flow in your application
OnlineSubsystemFacebook for Windows requires this
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
bool | AddLoginFlow
(
FName OnlineIdentifier, |
Register an online subsystem with the login flow factory (call at startup) |
![]() |
void | Cancel an active account creation flow | |
![]() |
void | Cancel an active login flow | |
![]() |
bool | HasLoginFlow
(
FName OnlineIdentifier |
Has a given login flow been setup |
![]() |
void | Reset () |
Cleanup and remove all registered login flows, detaching from online subsystems |
Typedefs
Name | Description |
---|---|
FOnDisplayPopup | Fired when a login flow Pop-Up (web) window needs to be displayed. |
FOnPopupDismissed | Called when a popup is ready to be dismissed. |