rContextMenu.PercentageMatchWeightMultiplier

rContextMenu.PercentageMatchWeightMultiplier

#Overview

name: rContextMenu.PercentageMatchWeightMultiplier

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/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp:948

Scope (from outer to inner):

file
namespace    ContextMenuConsoleVariables

Source code excerpt:

	static float PercentageMatchWeightMultiplier = 1.0f;
	static FAutoConsoleVariableRef CVarPercentageMatchWeightMultiplier(
		TEXT("rContextMenu.PercentageMatchWeightMultiplier"), PercentageMatchWeightMultiplier,
		TEXT("A multiplier for how much weight to give something based on the percentage match it is"),
		ECVF_Default);

	/** Enabling the debug printing of context menu selections */
	static bool bPrintDebugInfo = false;
	static FAutoConsoleVariableRef CVarPrintDebugInfo(