Skip to content

ArtemIyX/ConfigForgeUnreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Config Framework plugin for Unreal Engine 5

Plugin that offers a comprehensive system for managing game configurations. It breaks down game configurations into files, categories, and properties that can be easily accessed for both default game configurations, which are asset-based, and saved game configurations, which are stored on disk using a GameInstance system. The plugin supports synchronous or asynchronous loading or saving, offers flexible paths for saving, exposes functions to Blueprints, and offers functionality to be modified at runtime.

Docs - MUST READ ☢️

⚠️ DOCS

☣️ DOXYGEN

Quick Guide

Install plugin in ProjectDir/Plugins/

Setup plugin

  1. Create asset
    Setup Config
  2. Configure asset
    Configure asset
  3. Configure Project Settings
    Configure project settings

Use

  1. Load
    image
  2. Modifyimage
  3. Save
    image

License

Project is licensed under MIT

About

Quickly generate, edit, and export configurable properties for any Unreal project - perfect for gameplay settings, editor preferences, scalability, device profiles

Topics

Resources

License

Stars

Watchers

Forks

Contributors