It appears that the failing code is this:
`FConfigFile PlatformIniFile;
LocalConfigCache->LoadLocalIniFile(PlatformIniFile, *ClassConfigName, true, *SelectedTargetPlatform);
for (const auto& IniFile : PlatformIniFile.Branch->Hierarchy)
{`Specifically, a recent change to FConfigFile introduced the Branch pointer, and during this call to LoadLocalIniFile that pointer is not set to a valid object.