Navigation
API > API/Plugins > API/Plugins/LoginFlow > API/Plugins/LoginFlow/FLoginFlowManager
| Name | FOnlineParams |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/Public/LoginFlowManager.h |
| Include Path | #include "LoginFlowManager.h" |
Syntax
struct FOnlineParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AccountCreationFlowUIRequiredDelegateHandle | FDelegateHandle | Handle to bound account creation flow ui required delegate | LoginFlowManager.h | |
| bConsumeInput | bool | Whether or not keyboard input, not handled by the browser, should be consumed | LoginFlowManager.h | |
| bRegisteredContext | bool | Has this context been registered | LoginFlowManager.h | |
| BrowserContextSettings | TSharedPtr< FBrowserContextSettings > | Optional browser context settings if bPersistCookies is false | LoginFlowManager.h | |
| LoginFlowLogoutDelegateHandle | FDelegateHandle | Handle to bound login flow logout delegate | LoginFlowManager.h | |
| LoginFlowUIRequiredDelegateHandle | FDelegateHandle | Handle to bound login flow ui required delegate | LoginFlowManager.h | |
| OnAccountCreationFlowPopup | FOnDisplayPopup | Single-cast delegate instance (bind to this to handle account creation flow display) | LoginFlowManager.h | |
| OnlineIdentifier | FName | Online identifier |
LoginFlowManager.h | |
| OnLoginFlowPopup | FOnDisplayPopup | Single-cast delegate instance (bind to this to handle login flow display) | LoginFlowManager.h |