Navigation
API > API/Developer > API/Developer/SourceControl
Operation used to get a file list out of source control
| Name | FGetFileList |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FGetFileList : public FSourceControlOperationBase
Implements Interfaces
Enums
Public
| Name | Remarks |
|---|---|
| EGetFileListMethod |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SourceControlOperations.h | |||
bool GetIncludeDeleted() |
SourceControlOperations.h | ||
EGetFileListMethod GetMethodUsed() |
SourceControlOperations.h | ||
| SourceControlOperations.h | |||
| SourceControlOperations.h | |||
void SetIncludeDeleted
(
const bool bInIncludeDeleted |
SourceControlOperations.h | ||
void SetMethodUsed
(
const EGetFileListMethod& InMethodUsed |
SourceControlOperations.h | ||
void SetQuiet
(
bool bInQuiet |
SourceControlOperations.h | ||
| SourceControlOperations.h | |||
bool ShouldBeQuiet() |
SourceControlOperations.h |
Overridden from ISourceControlOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetInProgressString() |
Get the string to display when this operation is in progress | SourceControlOperations.h | |
virtual FName GetName() |
Get the name of this operation, used as a unique identifier | SourceControlOperations.h |