You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
TTP# 333749 - CRITICAL: Regression: Editor: Keyboard shortcuts reset on editor relaunch CharToEscapeSeqMap had recently had a conversion from \\ -> \\\\ added to it, but ReplaceCharWithEscapedChar and ReplaceEscapedCharWithChar both span the array in the same order, so the unescape sequence wouldn't catch all the places where \\ had been escaped when processing carriage returns. ReplaceEscapedCharWithChar now spins the array backwards to ensure it's doing the inverse operation. I also had the gestures written out using the compact JSON format, since the new-lines aren't used in the ini file. ReviewedBy Thomas.Sarkanen, Max.Preussner [CL 2060886 by Jamie Dale in Main branch]