Navigation
API > API/Developer > API/Developer/SourceControl
This operation will get info about the location of a file within a source control provider. The input can be a local or remote path and the result contain both local and remote paths
| Name | FWhere |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FWhere : public FSourceControlOperationBase
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FileInfo |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Files | TArray< FileInfo > | SourceControlOperations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SourceControlOperations.h | |||
| 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 |