Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
- TSharedFromThis< ISourceControlOperation, ESPMode::ThreadSafe >
- ISourceControlOperation
- FSourceControlOperationBase
- FGetSubmittedChangelists
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include | #include "SourceControlOperations.h" |
Syntax
class FGetSubmittedChangelists : public FSourceControlOperationBase
Remarks
Operation used to retrieve submitted changelist(s).
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddSubmittedChangelist
(
FSourceControlChangelistRef Changelist |
||
| const TArray< FSourceControlChangelistRef > & | |||
| void | SetDateFromFilter
(
const FDateTime& InDateFrom |
||
| void | SetDateToFilter
(
const FDateTime& InDateTo |
||
| void | SetOwnedFilter
(
bool InOwned |
||
| void | SetPaginationLimit
(
int32 InLimit |
||
| void | SetPaginationOffset
(
int32 InOffset |
||
| bool | ShouldFilterByDateFrom
(
FDateTime& OutDateFrom |
||
| bool | ShouldFilterByDateTo
(
FDateTime& OutDateTo |
||
| bool | |||
| bool | ShouldUsePaginationLimit
(
int32& OutPaginationLimit |
||
| bool | ShouldUsePaginationOffset
(
int32& OutPaginationOffset |
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 |