r.MaterialEditor.ContextMenu.WholeMatchLocalizedWeightMultiplier
r.MaterialEditor.ContextMenu.WholeMatchLocalizedWeightMultiplier
#Overview
name: r.MaterialEditor.ContextMenu.WholeMatchLocalizedWeightMultiplier
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The multiplier given if there is an exact localized match to the search term
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/UnrealEd/Private/MaterialGraphSchema.cpp:1273
Scope (from outer to inner):
file
namespace MaterialEditorContextMenuConsoleVariables
Source code excerpt:
static float WholeMatchLocalizedWeightMultiplier = 0.5f;
static FAutoConsoleVariableRef CVarWholeMatchLocalizedWeightMultiplier(
TEXT("r.MaterialEditor.ContextMenu.WholeMatchLocalizedWeightMultiplier"), WholeMatchLocalizedWeightMultiplier,
TEXT("The multiplier given if there is an exact localized match to the search term"),
ECVF_Default);
/** The multiplier given if there is an exact match to the search term */
static float WholeMatchWeightMultiplier = 0.5f;
static FAutoConsoleVariableRef CVarWholeMatchWeightMultiplier(