Unreal Engine Marketplace is moving over to Fab in mid-October. Learn more.

Blueprintable Developer Settings

Gradess Games - Code Plugins - Aug 28, 2023

Provides the access to work with config files through blueprints and editor, just like UDeveloperSettings.

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.4
  • 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.

Blueprintable Developer Settings is a powerful and versatile plugin designed to enhance your Unreal Engine development workflow by seamlessly integrating configurable settings into your projects. Building upon the foundation of the C++ UDeveloperSettings class, the plugin empowers developers to create, manage, and customize settings with unparalleled ease. Essential plugin for those who doesn't want to use C++ in the project.

Technical Details

Documentation: GitHub

Support: Discord


Features:

  • Enables creating settings in "Project Settings" / "Editor Preferences" using blueprints, that usually used for editing config (.ini) files.


Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •  BlueprintableDeveloperSettings
  •  BlueprintableDeveloperSettingsEditor


Number of Blueprints: 1 (example)

Number of C++ Classes: 5


Supported Development Platforms: Win64

Supported Target Build Platforms: Win64