Closed nchapmantimberline closed 9 months ago
Sorry for the delay, I'm just back from vacations... What version of the engine are you using?
I'll fix it in the next version!
We're using 5.1!
From: Hugo ATTAL @.> Sent: Monday, May 22, 2023 6:29 AM To: hugoattal/ElectronicNodes @.> Cc: Nathaniel Chapman @.>; Author @.> Subject: Re: [hugoattal/ElectronicNodes] Warning and failure to load global config when global config is turned on. (Issue #67)
Sorry for the delay, I'm just back from vacations... What version of the engine are you using?
I'll fix it in the next version!
— Reply to this email directly, view it on GitHubhttps://github.com/hugoattal/ElectronicNodes/issues/67#issuecomment-1557225873, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARLFFYJ5LVIUSGN3IYQ5PXDXHNS4DANCNFSM6AAAAAAYG22XQ4. You are receiving this because you authored the thread.Message ID: @.***>
Caution: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender (check both name and email address) and know the content is safe.
We're getting warnings when global settings are enabled and they don't seem to work.
changing all calls to Loadconfig in ElectronicNodes.cpp to this fixes it: const FString UnrealFileName = FConfigCacheIni::NormalizeConfigIniPath(GlobalSettingsFile); ElectronicNodesSettings->LoadConfig(nullptr, *UnrealFileName);
To Reproduce Turn on global settings and run the editor/game.
Expected behavior No warnings.