You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[REVIEW] [at]ben.hoffman [FYI] [at]Ben.Hoffman Original Description (CL-26152552) : Refactor the UPlayerInput::ProcessInputStack function to separate out the evaluation of the key map fromt he broadcasting of delegates. This will allow us to change the consumption state of Keys or Delegate bindings from subclasses such as Enhanced Input, which means that we can mark Input Actions to explictly block any legacy key mappings, gameplay debugger keybindings, etc. Original Description (CL-26162824) : Fix a bug where not all keys would be consumed when an input action was flagged to consume input, only the last key mapping would be #localization none #tests Compilation validation + tests on the original CLs + Preflights [CL 27073382 by michel champoux in 5.3 branch]