Navigation
API > API/Editor > API/Editor/SourceControlWindows
References
| Module | SourceControlWindows |
| Header | /Engine/Source/Editor/SourceControlWindows/Public/SourceControlWindows.h |
| Include | #include "SourceControlWindows.h" |
Syntax
struct FCheckinResultInfo
Remarks
Info supplied as argument to delegate FSourceControlWindowsOnCheckInComplete called by FSourceControlWindows::ChoosePackagesToCheckIn() and optional argument to PromptForCheckin().
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAutoCheckedOut | True if added and modified files were automatically checked out from source control again after being submitted, false if not | |
| FText | Description | Text that describes result whether failed, cancelled or successful. | |
| TArray< FString > | FilesAdded | Files that were added. | |
| TArray< FString > | FilesSubmitted | Files that were modified and checked in. | |
| ECommandResult::Type | Result | Succeeded - if packages were selected and successfully checked in, Cancelled - if the user aborted the process, Failed - if an issue was encountered during the process |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor |