LINKERS
LINKERS
#Overview
name: LINKERS
This variable is created as a Console Variable (cvar).
- type:
Exec
- help:
Sorry: Exec commands have no help
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/Source/Runtime/CoreUObject/Private/UObject/LinkerManager.cpp:51
Scope (from outer to inner):
file
function bool FLinkerManager::Exec_Dev
Source code excerpt:
return true;
}
else if (FParse::Command(&Cmd, TEXT("LINKERS")))
{
Ar.Logf(TEXT("Linkers:"));
for (auto Linker : ObjectLoaders)
{
int32 NameSize = 0;
for (int32 j = 0; j < Linker->NameMap.Num(); j++)