Spotlight Sale: Save 50% on select Plugins now through September 16.

Easy Console Vars

Enables the creation and registration of console variables through an in-editor interface

  • Supported Platforms
  • Supported Engine Versions
    4.22 - 4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Enables the creation and registration of console variables through an in-editor interface. All console variables (ECVars) created through this plugin persist editor restarts.

Technical Details

Features:

  • Easily add console variables via an editor interface form
  • Auto-reload of console variables upon editor initialization
  • Save console variable definitions to a specialized file, decoupled from the default ConsoleVariables.ini


Code Modules: EasyConsoleVars (Editor)

Number of C++ Classes: 10

Supported Development Platforms: Windows 32-bit, Windows 64-bit

Supported Target Build Platforms: Windows 32-bit, Windows 64-bit

Documentation

Discord

Roadmap (in development):

  • Ability to edit existing variables
  • Selection of console variable flags, through multi-select combobox within the interface
  • Configurable ECVar file location and filename
  • Ability to modify the engine default console variable file (Engine/Config/ConsoleVariables.ini)
  • Callback function on console variable change