Skip to content

v1.0.86

Choose a tag to compare

@db-lyon db-lyon released this 01 Jul 18:39

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_PATH overrides.

Internals

  • Test project points at 5.8: EngineAssociation bumped, both build targets set IncludeOrderVersion.Unreal5_8, and BuildSettingsVersion.V7 adopted 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.