Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
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 the file list of a folder out of source control
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIncludeDeleted | Include deleted files in the list. | |
| TArray< FString > | FilesList | Stored result of the operation | |
| FString | SearchPattern | The search pattern for the file list |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FString > & | GetFilesList () |
||
| bool | |||
| const FString & | |||
| void | SetFilesList
(
TArray< FString >&& InFilesList |
||
| void | SetIncludeDeleted
(
const bool bInIncludeDeleted |
||
| void | SetSearchPattern
(
const FString& InSearchPattern |