Minimal Horde source control subset?

I’m trying to determine the minimal subset of the `UE5-Main` branch in GitHub needed to build Horde and all tools. I seem to recall a virtual stream in Perforce (possibly v_Dev_Horde?) that provided this, but it isn’t mirrored in GitHub or documented anywhere I can find.

[Attachment Removed]

This is the list I came up with based on Horde.sln, BuildAgent.xml and the need for UAT and UBT:

```

./*

Engine/Build/BatchFiles/…

Engine/Source/Programs/AutomationTool/…

Engine/Source/Programs/UnrealBuildTool/…

Engine/Source/Programs/Horde/…

Engine/Source/Programs/Shared/…

Engine/Source/Programs/UnrealToolbox/…

Engine/Source/Programs/UnrealGameSync/…

Engine/Extras/P4VUtils/…

Engine/Extras/ushell/…

Engine/Source/ThirdParty/WiX/3.8/…

```

[Attachment Removed]

Hello, the virtual stream that you’re after is “//UE5/Dev-Main-Horde”. Creating a workspace against this should get you the view that you need.

For GitHub, you should be able to use this as a good starting point:

Paths:
share .editorconfig
share Directory.*
share Default.uprojectdirs
share GenerateProjectFiles.*
share RunUAT.*
share Engine/Binaries/DotNET/Ionic.Zip.Reduced.*
share Engine/Binaries/DotNET/EpicGames.Perforce.Native/...
share Engine/Binaries/ThirdParty/DotNet/...
share Engine/Binaries/ThirdParty/fastJSON/...
share Engine/Binaries/ThirdParty/ICU/icu4c-64_1/...
share Engine/Binaries/ThirdParty/Ionic/...
share Engine/Binaries/ThirdParty/VisualStudio/...
share Engine/Build/*
share Engine/Build/Graph/...
share Engine/Build/BatchFiles/...
share Engine/Build/Horde/...
share Engine/Config/...
share Engine/Extras/P4VUtils/...
share Engine/Extras/UnsupportedTools/StructuredLogging/...
share Engine/Extras/UnrealVS/...
share Engine/Source/Developer/Horde/...
share Engine/Source/Programs/*
share Engine/Source/Programs/Shared/...
share Engine/Source/Programs/Horde/...
share Engine/Source/Programs/OidcToken/...
share Engine/Source/Programs/UnrealBuildTool/...
share Engine/Source/Programs/UnrealBuildTool.Tests/...
share Engine/Source/Programs/UnrealGameSync/...
share Engine/Source/Programs/AutomationTool/*
share Engine/Source/Programs/AutomationTool/AutomationUtils/...
share Engine/Source/Programs/AutomationTool/BuildGraph/...
share Engine/Source/Programs/AutomationTool/Properties/...
share Engine/Source/Programs/AutomationTool.Tests/...
share Engine/Source/Programs/AutomationToolLauncher/...
share Engine/Source/Programs/UnrealCloudDDC/...
share Engine/Source/Programs/UnrealVS/...
share Engine/Source/ThirdParty/WiX/...
share Engine/Platforms/*/Config/...

[Attachment Removed]