ContextMenu.NodeTitleWeight

ContextMenu.NodeTitleWeight

#Overview

name: ContextMenu.NodeTitleWeight

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:906

Scope (from outer to inner):

file
namespace    ContextMenuConsoleVariables

Source code excerpt:

	static float NodeTitleWeight = 1.0f;
	static FAutoConsoleVariableRef CVarNodeTitleWeight(
		TEXT("ContextMenu.NodeTitleWeight"), NodeTitleWeight,
		TEXT("The amount of weight placed on the search items title"),
		ECVF_Default);

	/** Weight used to prefer keywords of actions  */
	static float KeywordWeight = 4.0f;
	static FAutoConsoleVariableRef CVarKeywordWeight(