- Also prevents this sort of bug from occurring in Slate altogether.
#rb Lauren.Barnes
#preflight 6287c2768828ea88c8662b2d
#ROBOMERGE-AUTHOR: yiliang.siew
#ROBOMERGE-SOURCE: CL 20298520 via CL 20298571 via CL 20298583 via CL 20298596
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v948-20297126)
[CL 20305684 by yiliang siew in ue5-main branch]
- Content browser drawer now working well with ctrl+space as the default keybinding. Summoning the drawer will immediately focus the search bar. Had to add some new hooks into the content browser api for that
- Moved status bar to a proper module
[CL 13470560 by Matt Kuhlenschmidt in ue5-main branch]
[FYI] Matt.Kuhlenschmidt
#rb Matt.Kuhlenschmidt
#ROBOMERGE-OWNER: nick.darnell
#ROBOMERGE-AUTHOR: nick.darnell
#ROBOMERGE-SOURCE: CL 12781294 via CL 12781354 via CL 12781355 via CL 12781356
#ROBOMERGE-BOT: RELEASE (Release-Engine-Staging -> Main) (v681-12776863)
[CL 12782473 by nick darnell in Main branch]
- FSlateUser has an optional TSharedPtr<FNavigationConfig> member now that, when set, is used instead of the global one that lives on FSlateApplication
#ROBOMERGE-SOURCE: CL 11576994 via CL 11577003 via CL 11577004 via CL 11577009
#ROBOMERGE-BOT: (v654-11333218)
[CL 11577012 by dan hertzka in Main branch]
#rb donal.maccarthy, dan.hertzka, josh.gross
#ROBOMERGE-SOURCE: CL 11213473 via CL 11213475 via CL 11213477
#ROBOMERGE-BOT: (v643-11205221)
[CL 11213479 by ben hinchliffe in Main branch]
#rnx
#rb none
#ROBOMERGE-OWNER: ryan.durand
#ROBOMERGE-AUTHOR: ryan.durand
#ROBOMERGE-SOURCE: CL 10869210 via CL 10869511 via CL 10869900
#ROBOMERGE-BOT: (v613-10869866)
[CL 10870549 by ryan durand in Main branch]
- All touch events are ignored if they aren't between a TouchStarted and a TouchEnded
- Solves issues where mobile platforms can send force change events after ending the touch, causing FSlateUser to re-establish info for that pointer when it's not actually around/active
Also now resetting LastWidgetsUnderPointer info in FSlateUser when a touch pointer is released
- Solves issues where FSlateUser still had for the touch pointer the next time it was pressed, causing us to trigger a redundant OnMouseLeave on the widget that the pointer was over when it was released
[at]Nick.Darnell, [at]Matt.Kuhlenschmidt, [at]Fernand.Veyrier
#ROBOMERGE-SOURCE: CL 10855233 via CL 10856031 via CL 10856607 via CL 10860279 via CL 10860299
#ROBOMERGE-BOT: (v610-10636431)
[CL 10860346 by dan hertzka in Main branch]