[UE5.1.1, Bug report] Console trouble.

I have plenty of console issues to report… I’ll just add a few here when I feel like it.
Working in the editor / console along with a running PIE is often not possible because editor systems overlap with the game running in PIE.

  1. Typing into the console works to some point, but slate navigation keys are still executed on widgets at the same time. Once widgets hijack the input (handle), the console receives none.
  2. Some commands work globally on the editor + PIE, which can make the editor unusable or modify it to a state you have to restore from manually after PIE. Take this for example:

afbeelding

What am I supposed to do with that? I just needed to debug PIE.
Is it me blindly running a console command? no, it also happens when you tick the checkbox on the widget reflector. LOL?