ContextMenu.KeywordWeight
ContextMenu.KeywordWeight
#Overview
name: 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/Runtime/Engine/Private/EdGraph/EdGraphSchema.cpp:913
Scope (from outer to inner):
file
namespace ContextMenuConsoleVariables
Source code excerpt:
static float KeywordWeight = 4.0f;
static FAutoConsoleVariableRef CVarKeywordWeight(
TEXT("ContextMenu.KeywordWeight"), KeywordWeight,
TEXT("The amount of weight placed on search items keyword"),
ECVF_Default);
/** Weight used to prefer description of actions */
static float DescriptionWeight = 10.0f;
static FAutoConsoleVariableRef CVarDescriptionWeight(