Files
UnrealEngineUWP/Engine/Plugins/Developer/KDevelopSourceCodeAccess
geoff evans b658d442a1 Jira: Seeing a 1-2 second delay when opening File Menu in editor
Use FUProjectDictionary singleton to eliminate needless Refresh() inside DoesSolutionExist()/GetSolutionPath() queries.

The code accessors want to discover the active game project solution/project, which should exist at editor launch time. We don't need the more recent refreshes from the temporary stack instances of FUProjectDictionary.

#jira UE-96246

[CL 14283901 by geoff evans in ue5-main branch]
2020-09-09 16:34:38 -04:00
..