Navigation
Unreal Engine C++ API Reference > Developer > SourceControl
Inheritance Hierarchy
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
Include | #include "SourceControlOperations.h" |
Syntax
class FCopy : public FSourceControlOperationBase
Remarks
Operation used to copy a file or directory from one location to another
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
ECopyMethod | CopyMethod | Whether a relationship to the original file should be maintained |
![]() |
FString | Destination | Destination path of the copy operation |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const FString & | ||
![]() |
void | SetDestination
(
const FString& InDestination |
|
![]() |
void | SetDestination
(
FString&& InDestination |
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 |
Enums
Type | Name | Description | |
---|---|---|---|
![]() |
ECopyMethod |