Prerequisites
Before using the pipeline, you must ensure your system is correctly configured with the required software and dependencies.
Compatibility
- Engine Versions: This tool supports Unreal Engine 5.1 and newer.
- Platform: Currently designed for Windows and packages for the Win64 platform.
Required Software
- Windows & PowerShell: Windows 10/11 with PowerShell 5.1+.
- Unreal Engine: All required engine versions must be installed via the Epic Games Launcher.
- Visual Studio 2022: You must have Visual Studio 2022 installed with the Game development with C++ workload.
- Under the Individual components tab, you must install the specific MSVC toolchains required for each engine version you intend to build for:
MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.32-17.2)
- Required for UE 5.1MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.34-17.4)
- Required for UE 5.2MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.36-17.6)
- Required for UE 5.3MSVC v143 - VS 2022 C++ x64/x86 build tools (v14.38-17.8)
or newer - Required for UE 5.4+Windows 11 SDK
orWindows 10 SDK
- Under the Individual components tab, you must install the specific MSVC toolchains required for each engine version you intend to build for:
- (Optional) rclone: For the cloud upload feature, you will need to download rclone.
