Navigation
API > API/Developer > API/Developer/SourceControl
This operation uses p4v print command to get file from specified depot by shelved changelist or file revision returns a package filename
| Name | FGetFile |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FGetFile : public FSourceControlOperationBase
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SourceControlOperations.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsShelve | bool | SourceControlOperations.h | ||
| ChangelistNumber | FString | SourceControlOperations.h | ||
| DepotFilePath | FString | SourceControlOperations.h | ||
| OutPackageFilename | FString | SourceControlOperations.h | ||
| RevisionNumber | FString | SourceControlOperations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetChangelistNumber() |
SourceControlOperations.h | ||
const FString & GetDepotFilePath() |
SourceControlOperations.h | ||
const FString & GetOutPackageFilename() |
SourceControlOperations.h | ||
const FString & GetRevisionNumber() |
SourceControlOperations.h | ||
bool IsShelve() |
SourceControlOperations.h | ||
void SetOutPackageFilename
(
const FString& InOutPackageFilename |
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 |