Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlModule
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
| Include | #include "ISourceControlModule.h" |
void ShowLoginDialog
&40;
const FSourceControlLoginClosed & InOnSourceControlLoginClosed,
ELoginWindowMode::Type InLoginWindowMode,
EOnLoginWindowStartup::Type InOnLoginWindowStartup
&41;
Remarks
Show the source control login dialog
Parameters
| Name | Description |
|---|---|
| InOnWindowClosed | Delegate to be called when the login window is closed. |
| InLoginWindowMode | Whether the dialog should be presented modally or not. Note that this function blocks if the modality is Modal. |
| InOnLoginWindowStartup | Whether the provider should be set to 'None' on dialog startup |