hugoattal/ElectronicNodes

Warning and failure to load global config when global config is turned on.

Closed this issue · 2 comments

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.

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!