ILoginFlowModule

Interface for the login flow module.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~ILoginFlowModule()

Virtual destructor.

Functions

Name Description

Public function Const

TSharedPtr< ...

 

CreateLoginFlowManager()

Create a login flow manager that will handle the proper interactions between the code requiring a login flow UI and the application

Public function Const

TSharedRef< ...

 

CreateLoginFlowWidget

(
    const FCreateSettings& Settings
)

Creates a login flow widget.

Public function Static

ILoginFlowMo...

 

Get()

Singleton-like access to this module's interface.

Public function Static

bool

 

IsAvailable()

Checks to see if this module is loaded and ready.

Classes

Name

Description

Public struct

FCreateSettings

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss