Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
- TSharedFromThis< ISourceControlOperation, ESPMode::ThreadSafe >
- ISourceControlOperation
- FSourceControlOperationBase
- FGetFileList
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include | #include "SourceControlOperations.h" |
Syntax
class FGetFileList : public FSourceControlOperationBase
Remarks
Operation used to get a file list out of source control
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bForceQuiet | Force disable any logs generated by that operation. | |
| bool | bIncludeDeleted | Include deleted files in the list. | |
| TArray< FString > | FilesList | Stored result of the operation | |
| EGetFileListMethod | MethodUsed | Method used to get file list | |
| TArray< FString > | SearchPatterns | The search patterns for the file list |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FString > & | GetFilesList () |
||
| bool | |||
| EGetFileListMethod | |||
| const TArray< FString > & | |||
| void | SetFilesList
(
TArray< FString >&& InFilesList |
||
| void | SetIncludeDeleted
(
const bool bInIncludeDeleted |
||
| void | SetMethodUsed
(
const EGetFileListMethod& InMethodUsed |
||
| void | SetQuiet
(
bool bInQuiet |
||
| void | SetSearchPattern
(
const TArray< FString >& InSearchPatterns |
||
| bool |
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 |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EGetFileListMethod |