You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Remove CVAR Slate.AlwaysShowMenuSearchField and instead make the behavior default. * Add an editor setting under "General - Appearance - User Interface" that controls when the menu search field appears. The setting is an integer and refers to the number of items a menu has to have before the search field appears immediately when the menu is opened. For shorter menus, the search field will be hidden until the user starts typing. The user can set the value to 0 to always show the search field or a very high number to never show the search field by default (this is also described in the settings tooltip). The default value is 10 and will show the menu search field for menus of 10 items or more, otherwise hide it until the user types. #jira UE-186875 #rb aditya.ravichandran [CL 31174556 by sebastian arleryd in ue5-main branch]