FLoginFlowManager

Create and configure one of these to enable web login flow in your application

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

LoginFlow

Header

/Engine/Plugins/Online/OnlineFramework/Source/LoginFlow/Public/LoginFlowManager.h

Include

#include "LoginFlowManager.h"

Syntax

class FLoginFlowManager : public ILoginFlowManager

Remarks

Create and configure one of these to enable web login flow in your application

OnlineSubsystemFacebook and OnlineSubsystemGoogle for Windows requires this

Constructors

Name Description

Public function

FLoginFlowManager()

Destructors

Name Description

Public function

~FLoginFlowManager()

Overridden from ILoginFlowManager

Name Description

Public function Virtual

bool

 

AddLoginFlow

(
    FName OnlineIdentifier,
    const FOnDisplayPopup& InPopupDele...,
    const FOnDisplayPopup& InCreationF...,
    bool bPersistCookies,
    bool bConsumeInput
)

Register an online subsystem with the login flow factory (call at startup)

Public function Virtual

void

 

CancelAccountCreationFlow()

Cancel an active account creation flow

Public function Virtual

void

 

CancelLoginFlow()

Cancel an active login flow

Public function Virtual

bool

 

HasLoginFlow

(
    FName OnlineIdentifier
)

Has a given login flow been setup

Public function Virtual

void

 

Reset()

Cleanup and remove all registered login flows, detaching from online subsystems

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