Navigation
API > API/Developer > API/Developer/SourceControl
Operation used to copy a file or directory from one location to another
| Name | FCopy |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FCopy : public FSourceControlOperationBase
Implements Interfaces
Enums
Public
| Name | Remarks |
|---|---|
| ECopyMethod | |
| EResolveMethod |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CopyMethod | ECopyMethod | Whether a relationship to the original file should be maintained | SourceControlOperations.h | |
| ResolveMethod | EResolveMethod | The current state of the destination file | SourceControlOperations.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetDestination() |
SourceControlOperations.h | ||
void SetDestination
(
const FString& InDestination |
SourceControlOperations.h | ||
void SetDestination
(
FString&& InDestination |
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 |