BP.ContextMenu.KeywordWeight
BP.ContextMenu.KeywordWeight
#Overview
name: BP.ContextMenu.KeywordWeight
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The amount of weight placed on search items keyword
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:7812
Scope (from outer to inner):
file
namespace BPContextMenuConsoleVariables
Source code excerpt:
static float KeywordWeight = 30.0f;
static FAutoConsoleVariableRef CVarKeywordWeight(
TEXT("BP.ContextMenu.KeywordWeight"), KeywordWeight,
TEXT("The amount of weight placed on search items keyword"),
ECVF_Default);
/** The multiplier given if the keyword starts with a term the user typed in */
static float StartsWithBonusWeightMultiplier = 4.0f;
static FAutoConsoleVariableRef CVarStartsWithBonusWeightMultiplier(