Navigation
API > API/Plugins > API/Plugins/LoginFlow
Inheritance Hierarchy
- IModuleInterface
- ILoginFlowModule
References
| Module | LoginFlow |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/Public/ILoginFlowModule.h |
| Include | #include "ILoginFlowModule.h" |
Syntax
class ILoginFlowModule : public IModuleInterface
Remarks
Interface for the login flow module.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< ILoginFlowManager > | Create a login flow manager that will handle the proper interactions between the code requiring a login flow UI and the application | ||
| TSharedRef< class SWidget > | CreateLoginFlowWidget
(
const FCreateSettings& Settings |
Creates a login flow widget. | |
| ILoginFlowModule & | Get () |
Singleton-like access to this module's interface. | |
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FCreateSettings |