Navigation
Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlModule
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlModule.h |
Include | #include "ISourceControlModule.h" |
void ShowLoginDialog ( const [FSourceControlLoginClosed](API\Developer\SourceControl\FSourceControlLoginClosed) & InOnSourceControlLoginClosed, [ELoginWindowMode::Type](API\Developer\SourceControl\ELoginWindowMode__Type) InLoginWindowMode, [EOnLoginWindowStartup::Type](API\Developer\SourceControl\EOnLoginWindowStartup__Type) InOnLoginWindowStartup )
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 |