"Config" Specifier Does not Work Properly in 5.4+
In 5.4+, the Save/Load Config code requires the config name specified in the UCLASS to include either “Editor” or “User”, otherwise it doesn’t save/load properly.
Example
In this code, the Config name is OseroSuitePerProjectSettings
, so 5.4+ does not recognise it properly.
In this second example, the Config name is OseroSuitePerProjectEditorSettings
and contains Editor
, so in 5.4+ it works correctly.
Reference
Credit for the answer goes to Hyanier here:
Last updated