Unreal editable config file for package
You can then create a config file at [YourProject]/Config/DefaultMyConfigFile.ini and add in : [/Script/PROJECT.MyNewClass] MySavedVarToConfigFile = « Edited var » Reboot Unreal Engine if you modify it or manually use a LoadConfig(); when needed. You can add a SaveConfig(); in your constructor … Lire la suite