Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FCopy
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDestination
(
const FString& InDestination |
SourceControlOperations.h | ||
void SetDestination
(
FString&& InDestination |
SourceControlOperations.h |
SetDestination(const FString &)
| Name | SetDestination |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
void SetDestination
(
const FString & InDestination
)
SetDestination(FString &&)
| Name | SetDestination |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
void SetDestination
(
FString && InDestination
)