p4.AlwaysBranchFilesOnCopy

p4.AlwaysBranchFilesOnCopy

#Overview

name: p4.AlwaysBranchFilesOnCopy

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Plugins/Developer/PerforceSourceControl/Source/PerforceSourceControl/Private/PerforceSourceControlOperations.cpp:40

Scope (from outer to inner):

file
namespace    anonymous

Source code excerpt:

bool GAlwaysBranchFilesOnCopy = false;
static FAutoConsoleVariableRef CVarAlwaysBranchFilesOnCopy(
	TEXT("p4.AlwaysBranchFilesOnCopy"),
	GAlwaysBranchFilesOnCopy,
	TEXT("Use legacy behavior of always branching a file in perforce when copying."),
	ECVF_Default
);
}