Loading the same world that is already loaded directly now early-outs.
Loading a sublevel of the currently edited world now keeps the sublevel in memory, patches the owning world, and properly GCs the old world.
Redirectors are now unloaded during editor cleanse (map transitions) to prevent references to worlds from preventing GC.
Already-loaded worlds are no longer unloaded when the editor switches to begin editing them. Switching away from that world, however, does unload it naturally.
[CL 2078350 by Bob Tellez in Main branch]
Milestone 4
-Added support for grouping devices based off MachineName, Platform, OSVersion, Model, GPU, CPU, RAM, or RenderMode.
-Added a graphical test result section to show relative times between instances.
[CL 2076099 by kevin hamilton in Main branch]
Instead of using the (cached) state, we cache the brush to use to display the state and only hit the state cache when state changes.
Also updated Execute() calls to providers to only do relative-path conversions if the path is already relative.
Added SourceControlHelpers::AbsoluteFilenames to aid conversion.
TTP# 335201 - ContentBrowser: Improve idle performance
#codereview Andrew.Brown
[CL 2075346 by Thomas Sarkanen in Main branch]
To allow for further abstraction & extension using DVCS systems like Git & Mercurial, we expose a new CanCheckIn() function that is used when determing 'modifed' files to check in.
#github https://github.com/EpicGames/UnrealEngine/pull/151
TTP# 335099 - [GitHub] 151 : Add ISourceControlState::CanCheckIn()
reviewed by Max.Preussner
[CL 2073950 by Thomas Sarkanen in Main branch]