Skip to content

AldertLake/Config-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration Toolkit

An Unreal Engine Blueprint-focused plugin for reading, writing, and managing .ini config data directly from Blueprints.

It supports standard values, arrays, encrypted strings, soft object references, and soft class references while keeping asset loading safe and explicit.

Start Here

Key Features

  • Read and write .ini values from Blueprints.
  • Save and load arrays.
  • Store encrypted strings.
  • Save and read Soft Object Reference and Soft Class Reference paths without forcing synchronous asset loading.
  • Prevent unsafe hard object/class reads by design.
  • Preserve normal String pins exactly as written.
  • Check if keys exist.
  • Delete config files.
  • Remove config sections.
  • Manually flush config changes when needed.

About

Blueprint runtime utilities for reading, writing, clearing, flushing, and deleting Unreal .ini config values, arrays, encrypted strings, and soft asset/class paths.

Topics

Resources

License

Stars

Watchers

Forks

Contributors