Navigation
API > API/Plugins > API/Plugins/LoginFlow
Inheritance Hierarchy
- TSharedFromThis
- ILoginFlowManager
- FLoginFlowManager
References
| Module | LoginFlow |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/Public/LoginFlowManager.h |
| Include | #include "LoginFlowManager.h" |
Syntax
class FLoginFlowManager : public ILoginFlowManager
Remarks
Create and configure one of these to enable web login flow in your application
OnlineSubsystemFacebook and OnlineSubsystemGoogle for Windows requires this
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from ILoginFlowManager
| 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 |