Navigation
| Name | LoginFlow |
| Type | Plugin |
| Part of Plugins | Online Framework Plugin |
| Location | /Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/ |
| Module Build Rules | LoginFlow.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FLoginFlowManager | Create and configure one of these to enable web login flow in your application |
Interfaces
| Name | Remarks |
|---|---|
| ILoginFlowManager | Create and configure one of these to enable web login flow in your application |
| ILoginFlowModule | Interface for the login flow module. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnLoginFlowError | TBaseDelegate_TwoParams< void, ELoginFlowErrorResult, const FString & > | Delegate executed when there is an error dealing with the entirety of the login flow | ILoginFlowModule.h |
| FOnLoginFlowRedirectURL | TBaseDelegate_OneParam< bool, const FString & > | Delegate executed when a redirect URL is about to be handled by the browser window | ILoginFlowModule.h |
| FOnLoginFlowRequestClose | TBaseDelegate_OneParam< void, const FString & > | Delegate executed when the login flow is handling a closure of the browser window | ILoginFlowModule.h |
Enums
Public
| Name | Remarks |
|---|---|
| ELoginFlowErrorResult |