BP.ContextMenu.NodeTitleWeight
BP.ContextMenu.NodeTitleWeight
#Overview
name: BP.ContextMenu.NodeTitleWeight
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The amount of weight placed on the search items title
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:7805
Scope (from outer to inner):
file
namespace BPContextMenuConsoleVariables
Source code excerpt:
static float NodeTitleWeight = 10.0f;
static FAutoConsoleVariableRef CVarNodeTitleWeight(
TEXT("BP.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 = 30.0f;
static FAutoConsoleVariableRef CVarKeywordWeight(