BAndrisHuN
(BAndrisHuN)
October 24, 2018, 1:59pm
1
A very small plugin that adds a window what you can fill with console commands and you can execute them by clicking on them. The commands are read from a file whose location can be set under editor preferences (you have to close and reopen the window to make it update the file and/or location).
Marketplace link: https://www.unrealengine.com/marketp…694cec86592660
Special thanks to Rens for the original code. https://twitter.com/artbyrens
Github source link: GitHub - AndrisBorbas/QuickCommands: UE4 quick commands window
2 Likes
Great work BAndrisHuN and Rens, this will be really useful. It would be great if you were able to put it on the marketplace also.
Thanks!
BAndrisHuN
(BAndrisHuN)
October 24, 2018, 6:33pm
3
Ill try, no promises tho.
BAndrisHuN
(BAndrisHuN)
November 14, 2018, 8:06pm
4
It is up on the Marketplace:
curvstudio
(curvstudio)
October 21, 2020, 4:08pm
5
is there a way to just get this to show up in all projects ?
and a way to enter these commands inside the GUI ?
Ares9323
(Ares9323)
October 16, 2022, 9:30pm
6
You have to go to the plugin folder and edit the .uplugin file, adding "EnabledByDefault": true,
This would require many changes in order to work, in my opinion editing the .txt file is good enough (when the refresh button works )