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