Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.41 KB

File metadata and controls

29 lines (20 loc) · 1.41 KB

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