ILoginFlowManager::AddLoginFlow

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

Windows
MacOS
Linux

Override Hierarchy

ILoginFlowManager::AddLoginFlow()

FLoginFlowManager::AddLoginFlow()

References

Module

LoginFlow

Header

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

Include

#include "ILoginFlowManager.h"

Syntax

bool AddLoginFlow
(
    FName OnlineIdentifier,
    const FOnDisplayPopup & InPopupDelegate,
    const FOnDisplayPopup & InCreationFlowPopupDelegate,
    bool bPersistCookies,
    bool bConsumeInput
)

Remarks

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

Returns

whether or not the login flow was successfully added

Parameters

Parameter

Description

OnlineIdentifier

online subsystem identifier requiring a login flow UI

InPopupDelegate

external delegate to receive widgets from the login flow

InCreationFlowPopupDelegate

external delegate to receive widgets from the account creation flow

bPersistCookies

let the global web context manage cookies, or keep them in memory only

bConsumeInput

whether or not input, not handled by the widget, should be consumed an not bubbled up

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