Merge Release-Engine-Staging to Test @ CL# 18240298

[CL 18241953 by Marc Audy in ue5-release-engine-test branch]
This commit is contained in:
Marc Audy
2021-11-18 14:37:34 -05:00
parent 547de96728
commit 0c3be2b6ad
6989 changed files with 134376 additions and 2050697 deletions

View File

@@ -15,14 +15,14 @@ UToolMenu::UToolMenu() :
, bShouldCleanupContextOnDestroy(true)
, bShouldCloseWindowAfterMenuSelection(true)
, bCloseSelfOnly(false)
, bSearchable(false)
, bSearchable(true)
, bToolBarIsFocusable(false)
, bToolBarForceSmallIcons(false)
, bRegistered(false)
, bIsRegistering(false)
, bExtendersEnabled(true)
, StyleSet(&FCoreStyle::Get())
, MaxHeight(INT_MAX)
, MaxHeight(800.f)
{
}