Skip to content

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 23:22
· 51 commits to main since this release
0737b82

UEMCP v3.1.0

Installation

Quick Start (Recommended)

Download UEMCP-Full-v3.1.0.zip and run:

unzip UEMCP-Full-v3.1.0.zip
cd UEMCP-Full-v3.1.0
./setup.sh

Individual Components

  • Plugin only: UEMCP-Plugin-v3.1.0.zip
  • Server only: uemcp-server-v3.1.0.tar.gz

What's Changed

See below for full changelog.

Checksums

Verify downloads with checksums-v3.1.0.txt

What's Changed

  • feat: Blueprint graph editing — 14 new MCP tools by @atomantic in #80
  • feat: blueprint_discover_actions — UE reflection-based action discovery by @atomantic in #81
  • feat: blueprint_set_variable_default — set CDO defaults via MCP by @atomantic in #82
  • feat: blueprint_create_interface — create Blueprint Interface assets by @atomantic in #83
  • feat: blueprint_modify_component — set component properties via reflection by @atomantic in #84
  • security: harden python_proxy, console_command, asset paths, CI supply chain by @atomantic in #85
  • refactor: Logger to functional, remove dead code, improve error handling by @atomantic in #86
  • fix: architecture consistency, timeout coverage, N+1 queries by @atomantic in #88
  • refactor: remove DRY violations, dead code, race conditions in listener by @atomantic in #87
  • fix: runtime validation, type annotations, remove unused dependencies by @atomantic in #89
  • feat: v3.1.0 UMG Widget System — 8 MCP tools for UI building by @atomantic in #90
  • Release v3.1.0 by @atomantic in #98
  • fix: release workflow missing RELEASE_PROCESS.md by @atomantic in #99

Full Changelog: v2.1.0...v3.1.0