Navigation
API > API/Plugins > API/Plugins/LoginFlow > API/Plugins/LoginFlow/ILoginFlowModule
References
| Module | LoginFlow |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/Public/ILoginFlowModule.h |
| Include | #include "ILoginFlowModule.h" |
Syntax
struct FCreateSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bConsumeInput | Whether or not the widget should consume input not handled by the browser | |
| TSharedPtr< FBrowserContextSettings > | BrowserContextSettings | Optional browser context settings | |
| FOnLoginFlowRequestClose | CloseCallback | Delegate to fire on widget closure | |
| FOnLoginFlowError | ErrorCallback | Delegate to fire on flow error | |
| FOnLoginFlowRedirectURL | RedirectCallback | Delegate to fire for every URL redirect | |
| ISlateStyle * | StyleSet | Optional Slate style for the internal widgets | |
| FString | Url | Starting URL for login flow |
Constructors
| Type | Name | Description | |
|---|---|---|---|