Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
- TSharedFromThis
- ISourceControlOperation
- FSourceControlOperationBase
- FNewChangelist
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include | #include "SourceControlOperations.h" |
Syntax
class FNewChangelist : public FSourceControlOperationBase
Remarks
Operation used to create a new changelist
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description | Description of the changelist | |
| FSourceControlChangelistPtr | NewChangelist |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FText & | |||
| const FSourceControlChangelistPtr & | |||
| void | SetDescription
(
const FText& InDescription |
||
| void | SetNewChangelist
(
FSourceControlChangelistPtr InNewChangelist |