bMacSignToRunLocally
bMacSignToRunLocally
#Overview
name: bMacSignToRunLocally
The value of this variable can be defined or overridden in .ini config files. 1
.ini config file referencing this setting variable.
It is referenced in 1
C++ source file.
#Summary
#Setting Variables
#References In INI files
Location: <Workspace>/Engine/Config/BaseEngine.ini:3186, section: [/Script/MacTargetPlatform.XcodeProjectSettings]
- INI Section:
/Script/MacTargetPlatform.XcodeProjectSettings
- Raw value:
false
- Is Array:
False
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Developer/Mac/MacTargetPlatform/Classes/XcodeProjectSettings.h:114
Scope (from outer to inner):
file
class class UXcodeProjectSettings : public UObject
Source code excerpt:
*/
UPROPERTY(EditAnywhere, config, Category="Code Signing", meta = (EditCondition="bUseModernXcode"), DisplayName="Mac: Sign To Run Locally")
bool bMacSignToRunLocally;
/**
* The name (prefix or full) of the certificate to use for Mac code signing.
*/
UPROPERTY(EditAnywhere, config, Category="Code Signing", meta = (EditCondition="bUseModernXcode && !bUseAutomaticCodeSigning && !bMacSignToRunLocally"), DisplayName = "Mac: Signing Identity")
FString MacSigningIdentity;