You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
committed by
UnrealBot
parent
2260642715
commit
b9e9535fdc
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user