Navigation
API > API/Editor > API/Editor/SourceControlWindows > API/Editor/SourceControlWindows/FSourceControlWindows
References
| Module | SourceControlWindows |
| Header | /Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h |
| Include | #include "SourceControlWindows.h" |
| Source | /Engine/Source/Editor/SourceControlWindows/Private/SourceControlWindows.cpp |
static bool ChoosePackagesToCheckIn
&40;
const FSourceControlWindowsOnCheckInComplete & OnCompleteDelegate
&41;
Remarks
Opens a user dialog to choose packages to submit. true - if command successfully in progress and OnCompleteDelegate will be called when complete, false - if immediately unable to comply (such as source control not enabled)
Parameters
| Name | Description |
|---|---|
| OnCompleteDelegate | Delegate to call when this user-based operation is complete. Also see FCheckinResultInfo. |