Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
- TSharedFromThis< ISourceControlOperation, ESPMode::ThreadSafe >
- ISourceControlOperation
- FSourceControlOperationBase
- FEditChangelist
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include | #include "SourceControlOperations.h" |
Syntax
class FEditChangelist : public FSourceControlOperationBase
Remarks
Operation to change the description of a changelist
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description | Description of the changelist |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText & | |||
| void | SetDescription
(
const FText& InDescription |
Overridden from ISourceControlOperation
| Type | Name | Description | |
|---|---|---|---|
| FText | Get the string to display when this operation is in progress | ||
| FName | GetName () |
Get the name of this operation, used as a unique identifier |