How to disable LiveCoding Console?

Hey everyone, I am new to Unreal (switched from Unity) and I just started using C++ and LiveCoding and the every time I want to Compile this console shows up:

I did everything I could and did not find any way to hide that console. Someone suggested I should go in the editor LiveCoding settings and change the startup to “Start automatically but hide console until summoned” but its already set for me so it didn’t work.

yes , it’s very annoying, it can’t be docked like “message log” window, and another never disappear floating tip message window on the left side of screen, why?

1 Like

Epic needs to fix it right now i just found a very old reddit post that has the same issue and one comment was “hopefully they fix it in 5.1” its literally 5.4.3 and still no fix for it

for 5.6

Source/Programs/LiveCodingConsole/Private/LiveCodingConsole.cpp

uncomment everything inside BringToFrontand then recompile LiveCodingConsole (its a seperate executable).

Then it will stay in the background if you recompile.
There is probably a good reason why this has to be a separate executable but it would indeed be much better if we could have the window inside the editor so we can dock it somewhere.

Anyway that’s a good enough workaround for me in the meantime.