Documentation Index
Fetch the complete documentation index at: https://buildpixel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Supported
| Version | Status |
|---|---|
| UE 5.4 | Stable, default |
| UE 5.3 | Stable |
| UE 5.5 | Beta — coming soon |
| UE 5.1 / 5.2 | Best-effort |
| UE 4.x | Not supported |
Resolution order
When a build runs, the engine version is resolved in this order:ueVersionon the build setting (highest priority)EngineAssociationfrom your.uproject- Org default (configured in Settings)
Switching versions
To upgrade a project:- Open the project in the new UE version locally, save, commit. The
.uprojectEngineAssociationupdates automatically. - If any build setting has the old version pinned in
ueVersion, update it. - Trigger a build. The first build after a version change rebuilds intermediates, so it’s slower than usual. Subsequent builds are back to normal speed.