Hi Everyone, I have a free plugin on the marketplace and a user reported that it’s no longer working in 5.5.
I verified that the issue is present, but I really can’t understand what’s causing it or what changed in the engine…
Apparently it’s no longer able to save the changes made to the DefaultEngine.ini file, when you restart the editor everything is gone, any idea on how to solve this? The source code is available on Fab and it should be decently commented.
Thanks in advance to everyone that is going to help!
I have a similar issue. My plugin does save the settings, however it is unable to load them from disk. I output to a custom INI in the [Project]/Saved/Config/[Platform] directory. The file gets updated when changes are made in the editor, but nothing is read from that file.
I use SaveConfig() to trigger the save, however manually calling LoadConfig() doesn’t appear to fix the issue either. No errors are generated, and the GetIni command returns empty values until an edit is made to the setting.
Hi, I tested my plugin in 5.5 and it seems to save all settings correctly to DefaultEngine.ini. Maybe you can compare and find out what is different in your plugin.
This function actually seems better because it just updates the section that has been changed but I’m still confused on what changed during the update…
You won’t believe me, but after two days of trying-hard to get my first .ini basic functionality, your post just saved the day! Thanks!
I tried get to work that SaveConfig() in so many combinations, for some reason it does not work at all and it is nowhere mentioned.
BTW love your Restart Editor & Level Bookmarks, good stuff! Although LvlBookmarks not working for some reason:) It Saves but only until next Editor launch Didn’t found where I can report and explain some info about the issue from my perspective since there is no longer ability to answer Questions under product like it was before Fab.
I wish it was that short for me… This “easy” fix literally took months for me🤣
This is literally the issue that this user was having and this post is about!
Have you updated level bookmarks to the latest version? I’m using it in several projects and it’s working for me…