SourceCodeIDEURL_Other

SourceCodeIDEURL_Other

#Overview

name: SourceCodeIDEURL_Other

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 2 C++ source files.

#Summary

#Setting Variables

#References In INI files

Location: <Workspace>/Engine/Config/BaseEditor.ini:296, section: [UnrealEd.URLs]

#References in C++ code

#Callsites

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

#Loc: <Workspace>/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp:1738

Scope (from outer to inner):

file
function     FString FSourceCodeNavigation::GetSuggestedSourceCodeIDEDownloadURL

Source code excerpt:

#else
	// Unknown platform, just link to wikipedia page on IDEs
	FUnrealEdMisc::Get().GetURL( TEXT("SourceCodeIDEURL_Other"), SourceCodeIDEURL );
#endif
	return SourceCodeIDEURL;
}

bool FSourceCodeNavigation::GetCanDirectlyInstallSourceCodeIDE()
{

#Loc: <Workspace>/Engine/Source/Editor/UnrealEd/Private/SourceCodeNavigation.cpp:1738

Scope (from outer to inner):

file
function     FString FSourceCodeNavigation::GetSuggestedSourceCodeIDEDownloadURL

Source code excerpt:

#else
	// Unknown platform, just link to wikipedia page on IDEs
	FUnrealEdMisc::Get().GetURL( TEXT("SourceCodeIDEURL_Other"), SourceCodeIDEURL );
#endif
	return SourceCodeIDEURL;
}

bool FSourceCodeNavigation::GetCanDirectlyInstallSourceCodeIDE()
{