Skip to content

This plugin makes it easy to use Unreal Engine's save config in Blueprints.

License

Notifications You must be signed in to change notification settings

JerryHyun/SimpleConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleConfig

This plugin makes it easy to use Unreal Engine's save config in Blueprints. You can control save config, load config, setting config variables in Blueprint.

How to use

  1. On Contents Browser -> Right Click -> Create Basic Asset -> Blueprint Class -> SimpleConfigActor -> Select -> Chage name ->'BP_SimpleConfig' cap01

  2. Open 'BP_SimpleConfig'

  3. Add Variable cap03

  4. Click 'Compile' button

  5. Click Variable -> Check 'Config Variable' on 'Details' -> Click 'Compile' button & Save cap05

  6. 'BP_SimpleConfig' drag & drop into the level cap06

  7. You can Save & Load cap07

If you are using windows & UE4 editor, you can find config file this path -> [Project Folder Path]\Saved\Config\Windows\SimpleConfig.ini

If you are using packaging game in windows, you can find config file this path -> [Game Folder Path]\[Game Project Name]\Saved\Config\WindowsNoEditor\SimpleConfig.ini

About

This plugin makes it easy to use Unreal Engine's save config in Blueprints.

Resources

License

Stars

Watchers

Forks

Packages