ISourceControlModule::ShowLoginDialog

Show the source control login dialog that this function blocks if the modality is Modal.

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h

Include

#include "ISourceControlModule.h"

Syntax

void ShowLoginDialog
(
    const FSourceControlLoginClosed & InOnSourceControlLoginClosed,
    ELoginWindowMode::Type InLoginWindowMode,
    EOnLoginWindowStartup::Type InOnLoginWindowStartup
)

Remarks

Show the source control login dialog

that this function blocks if the modality is Modal.

Parameters

Parameter

Description

InOnWindowClosed

Delegate to be called when the login window is closed.

InLoginWindowMode

Whether the dialog should be presented modally or not.

InOnLoginWindowStartup

Whether the provider should be set to 'None' on dialog startup

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