has never worked for me, (they still pop up no matter what I do), your solution of delaying the tooltip is PERFECT, Thank you!
I was unable to make that a startup feature in any of the ini files, so instead I made a Text file called:
‘CommonConsoleCommandsUE4.txt’ that lists that and other common console commands, etc…
I then made a Batch file called:
‘CommonConsoleCommandsUE4.bat’ with the following:
start CommonConsoleCommandsUE4.txt
which opens the Txt file in Notepad when clicked. I then put a shortcut to this batch file on the Windows Quicklinks Bar for taskbar (one click to open). Now whenever I’m in Unreal I’m one click away from all the Console commands that are used regularly.