BP.ContextMenu.MatchingFromPinCategory

BP.ContextMenu.MatchingFromPinCategory

#Overview

name: BP.ContextMenu.MatchingFromPinCategory

This variable is created as a Console Variable (cvar).

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:7791

Scope (from outer to inner):

file
namespace    BPContextMenuConsoleVariables

Source code excerpt:

	static float MatchingFromPinCategory = 500.0f;
	static FAutoConsoleVariableRef CVarMatchingFromPinCategory(
		TEXT("BP.ContextMenu.MatchingFromPinCategory"), MatchingFromPinCategory,
		TEXT("The amount of weight placed on actions with the same category as the node being dragged off of"),
		ECVF_Default);

	/** Weight that a match to a category search has */
	static float CategoryWeight = 4.0f;
	static FAutoConsoleVariableRef CVarCategoryWeight(