BP.ContextMenu.DescriptionWeight
BP.ContextMenu.DescriptionWeight
#Overview
name: BP.ContextMenu.DescriptionWeight
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The amount of weight placed on search items description
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:7784
Scope (from outer to inner):
file
namespace BPContextMenuConsoleVariables
Source code excerpt:
static float DescriptionWeight = 10.0f;
static FAutoConsoleVariableRef CVarDescriptionWeight(
TEXT("BP.ContextMenu.DescriptionWeight"), DescriptionWeight,
TEXT("The amount of weight placed on search items description"),
ECVF_Default);
/** Weight used to prefer categories that are the same as the node that was dragged off of */
static float MatchingFromPinCategory = 500.0f;
static FAutoConsoleVariableRef CVarMatchingFromPinCategory(