v1.0.86
v1.0.86
Adopt Unreal Engine 5.8. ue-mcp now recognizes and prefers 5.8 installs when locating the editor and build tool, and the bundled test project builds and runs clean on 5.8.
Server
- Engine auto-detection now includes UE 5.8 and prefers it over older installs when resolving the editor executable and the UBT build tool. A 5.8-only install is found without needing
UE_EDITOR_PATH/UE_BUILD_TOOL_PATHoverrides.
Internals
- Test project points at 5.8:
EngineAssociationbumped, both build targets setIncludeOrderVersion.Unreal5_8, andBuildSettingsVersion.V7adopted so the targets no longer override the new 5.8 default warning levels (which UBT rejects against the shared precompiled editor build environment). - Verified end to end: clean plugin rebuild succeeds and the editor launches into 5.8.0 with the bridge connected.
Docs
- Supported engine range widened to UE 5.4 to 5.8 across the README and docs.