FCopy

Operation used to copy a file or directory from one location to another

Windows
MacOS
Linux

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

Name Description

Protected variable

FString

 

Destination

Destination path of the copy operation

Functions

Name Description

Public function Const

const FStrin...

 

GetDestination()

Public function

void

 

SetDestination

(
    const FString& InDestination
)

Overridden from ISourceControlOperation

Name Description

Public function Virtual Const

FText

 

GetInProgressString()

Get the string to display when this operation is in progress

Public function Virtual Const

FName

 

GetName()

Get the name of this operation, used as a unique identifier

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss