Added a new MenuTitle option for nodes to reduce issues with using ListView in a variety of circumstances. Fixes issues with some nodes being displayed by their palette action name in other menu lists.

[CL 2299888 by Michael Schoell in Main branch]
This commit is contained in:
Michael Schoell
2014-09-16 15:01:38 -04:00
committed by UnrealBot
parent 2260642715
commit b9e9535fdc
37 changed files with 64 additions and 69 deletions

View File

@@ -37,7 +37,7 @@ void UK2Node_GetInputAxisKeyValue::Initialize(const FKey AxisKey)
FText UK2Node_GetInputAxisKeyValue::GetNodeTitle(ENodeTitleType::Type TitleType) const
{
if (TitleType == ENodeTitleType::ListView)
if (TitleType == ENodeTitleType::MenuTitle)
{
return InputAxisKey.GetDisplayName();
}