BP.ContextMenu.CategoryWeight

BP.ContextMenu.CategoryWeight

#Overview

name: BP.ContextMenu.CategoryWeight

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/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp:7798

Scope (from outer to inner):

file
namespace    BPContextMenuConsoleVariables

Source code excerpt:

	static float CategoryWeight = 4.0f;
	static FAutoConsoleVariableRef CVarCategoryWeight(
		TEXT("BP.ContextMenu.CategoryWeight"), CategoryWeight,
		TEXT("The amount of weight placed on categories that match what the user has typed in"),
		ECVF_Default);

	/** How much weight the node's title has */
	static float NodeTitleWeight = 10.0f;
	static FAutoConsoleVariableRef CVarNodeTitleWeight(