Navigation
Unreal Engine C++ API Reference > Developer > SourceControl
Inheritance Hierarchy
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
Include | #include "SourceControlOperations.h" |
Syntax
class FCheckIn : public FSourceControlOperationBase
Remarks
Operation used to check files into source control
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bKeepCheckedOut | Keep files checked-out after checking in |
![]() |
FText | Description | Description of the checkin |
![]() |
FText | SuccessMessage | A short message listing changelist/revision we submitted, if successful |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FText & | ||
![]() |
bool | ||
![]() ![]() |
const FText & | ||
![]() |
void | SetDescription
(
const FText& InDescription |
|
![]() |
void | SetKeepCheckedOut
(
const bool bInKeepCheckedOut |
|
![]() |
void | SetSuccessMessage
(
const FText& InSuccessMessage |