Files
UnrealEngineUWP/Engine/Source/Editor/InputBindingEditor
robert seiver d21f7505be Fixed issue with SChordEditBox preventing keybinding chords from being overwritten on Linux due to prematurely-cleared data
Linux uses X11, which is ASync, to handle focus whereas Windows handles things synchronously. This causes prematurely cleared data in KeyDown with IsTyping.

#jira UE-38813
#rb Brandon.Schaefer, Matt.Kuhlenschmidt

[CL 16747681 by robert seiver in ue5-main branch]
2021-06-22 15:39:34 -04:00
..