Navigation
API > API/Developer > API/Developer/SourceControl
Inheritance Hierarchy
- TSharedFromThis< ISourceControlOperation, ESPMode::ThreadSafe >
- ISourceControlOperation
- FSourceControlOperationBase
- FGetFile
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include | #include "SourceControlOperations.h" |
Syntax
class FGetFile : public FSourceControlOperationBase
Remarks
This operation uses p4v print command to get file from specified depot by shelved changelist or file revision returns a package filename
Constructors
| Type | Name | Description | |
|---|---|---|---|
FGetFile
(
const FString& InChangelistNumber, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FString & | |||
| const FString & | |||
| const FString & | |||
| const FString & | |||
| bool | IsShelve () |
||
| void | SetOutPackageFilename
(
const FString& InOutPackageFilename |
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 |