BP.ContextMenu.ContainerBonus
BP.ContextMenu.ContainerBonus
#Overview
name: BP.ContextMenu.ContainerBonus
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
The bonus given if the dragged from pin matches the same container type of the action
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:7840
Scope (from outer to inner):
file
namespace BPContextMenuConsoleVariables
Source code excerpt:
static float ContainerBonus = 1000.0f;
static FAutoConsoleVariableRef CVarContainerBonus(
TEXT("BP.ContextMenu.ContainerBonus"), ContainerBonus,
TEXT("The bonus given if the dragged from pin matches the same container type of the action"),
ECVF_Default);
}; // namespace BPContextMenuConsoleVariables
FGraphSchemaSearchWeightModifiers UEdGraphSchema_K2::GetSearchWeightModifiers() const
{