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