Is there a list of available console commands for UE4?
You can run the command dumpconsolecommands
to print out a list of them. We are working on a solution to add these to the documentation in an automated way. Currently there are too many of them to make manually maintaining a list of them feasible. I donât have an ETA on when that will happen though.
Alright thanks, more documentation is greatly welcome.
Getting fast real answers like these is extremely valuable for us.
Everyone is speaking about your feedback on unityâs forums, I just hope this isnât temporary!
Tried putting âreflections.exe -dumpconsolecommandsâ and âreflections.exe dumpconsolecommandsâ in a command batch file and running it, no joyâŚ
dumpconsolecommands is actually a console command itself; not a command line argument. Sorry if I wasnât clear about the before.
What are the hotkeys for entering the console window from the running game, thanks! Very new to this
You can press ` (same key quake etc used back in the time)
Itâs right under the esc key the first in the upper corner.
If it isnât working you can set the console key in the project settings in input.
In the Unreal 4.12 editor you can type âhelpâ, then click on the resulting pop-up to open the help screen in your web browser.
Itâs extremely handy!
I realize this is an old thread. For anyone who is just now looking for this list:
I have found some solution that maybe is not perfect, but is the best I came up with for the moment:
In console write:
- Log reset
- DumpConsoleCommands
- Log list
Then look at log output console. Either in Visual Studio or Editor output log.
does not work in 4.24.2
after using âdumpconsolecommandsâ where are these going to be saved ?
Either in Visual Studio and Editor Output window.