Missing feature in UE5 - TimeManagementEditor

Hi @anon18065303,
I can see this in the source code for UE5 Editor in

C:\Users\Owner\source\repos\UE50\Engine\Source\Editor\UnrealEd\Private\EditorEngine.cpp

// Load all editor modules here
{
static const TCHAR* ModuleNames =
……
Line 1020 TEXT(“TimeManagementEditor”),
……
};

From my repository documented in
Visual Studio 2022 Preview is 64 bit and compiles and runs UE 5.0 EA approximately 20% FASTER

Documentation links
UE5 EA
Break Frame Rate | Unreal Engine Documentation 5.0 EA

UE4.27/4.26
Time Management | Unreal Engine Documentation 4.27

Break Frame Rate | Unreal Engine Documentation 4.27

Thanks