Skip to content
Jules Vannier edited this page Aug 30, 2023 · 10 revisions

Welcome to the UnrealConsoleCommandsHelper wiki!

This plugin provides a window designed to simply your work on Unreal when using frequently the same consoles commands.

  • It adds a dockable window to the editor which you can fill with commands of your choice.
  • You can them enable/disable them and hit Execute All to call them all at once.
  • There is also a Save/Load template system with .txt files to allow you to export/import your favorites commands from a project to another.

I can provide support for this plugin. I have a full time job so I won't be answering instantly, but I'll do my best to answer if you have any question or issue.

Installation : https://github.com/syyyylen/UnrealConsoleCommandsHelper/wiki/Installation#how-to-install-the-plugin

How to use Templates : https://github.com/syyyylen/UnrealConsoleCommandsHelper/wiki/Commands-Templates#how-to-use-console-commands-templates

Main Window buttons :

  • Execute All : exec all the console commands ticked at once
  • Add : open a window prompt which you must fill with the new command
  • Save : save the command list as a .txt template
  • Load : open a file explorer where you can provide a .txt template that will get loaded in the window

Commands buttons :

  • Checkbox : is the command enabled or not (for execute all)
  • Command is displayed in an editable box where you can edit the command
  • Execute : exec the command
  • Remove : removes the command from the list

Clone this wiki locally