ContextMenu.PrintDebugInfo
ContextMenu.PrintDebugInfo
#Overview
name: ContextMenu.PrintDebugInfo
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Print the debug info about the context menu selection
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/Engine/Private/EdGraph/EdGraphSchema.cpp:955
Scope (from outer to inner):
file
namespace ContextMenuConsoleVariables
Source code excerpt:
static bool bPrintDebugInfo = false;
static FAutoConsoleVariableRef CVarPrintDebugInfo(
TEXT("ContextMenu.PrintDebugInfo"), bPrintDebugInfo,
TEXT("Print the debug info about the context menu selection"),
ECVF_Default);
}
FGraphSchemaSearchWeightModifiers UEdGraphSchema::GetSearchWeightModifiers() const
{