UE5.8 用Trae的AI开发功能

1. Claude Assiatant

Claude专门开发UE的AI工具,费用月付130个人订阅+一次性330的插件费用

插件地址:https://www.fab.com/listings/4f537f12-452b-4abc-8f1a-c2b5d5eb246b

插件说明:https://www.pixelsdesign.it/blog/unreal-engine-mcp-claude-code-explained.html

2. Unreal MCP

官方自带,分3步安装

  • 安装插件
  • 启动服务:

    想按需启动服务器,请关闭自动开启服务器,并在编辑器控制台中输入ModelContextProtocol.StartServer。 该命令还支持一个可选端口:ModelContextProtocol.StartServer 8000。
  • 生成客户端配置

ModelContextProtocol.GenerateClientConfig All

生成后,用相应的工具打开目录,即可
说明文档:https://dev.epicgames.com/documentation/unreal-engine/unreal-mcp-in-unreal-editor

  • 相关的Skill

https://github.com/quodsoler/unreal-engine-skills

3. 用Trae分析UE5项目

  • 安装插件:

Unreal MCP​ + Toolset Registry​ + All Toolsets

  • 启动服务,见上
  • 建立.trae文件夹,里面有mcp.json文件
bash 复制代码
{
  "mcpServers": {
    "unreal-engine": {
      "type": "http",
      "url": "http://localhost:8000/mcp"
    }
  }
}
  • 安装完成,mcp运行正常
    如果有问题,可以先重启下ue5,对下端口
相关推荐
1204157137 肖哥7 小时前
UE5.7 场景打光管线流程_【雪山】
ue5
weixin_404679318 小时前
虚幻5 替代小白人角色的完整逻辑
ue5
1204157137 肖哥3 天前
UE5.7 灯光详解
ue5
狂云歌4 天前
AI写UE的3Dgame
人工智能·3d·ue5·游戏程序
日月云棠8 天前
UE5源码分析之Editor——Blutility模块全面分析
ue5
日月云棠8 天前
UE5源码分析之Editor——BehaviorTreeEditor模块全面分析
ue5
日月云棠8 天前
UE5源码分析之Editor——AssetTagsEditor模块全面分析
ue5
远离UE49 天前
UE5 显存 虚拟内存 深入学习笔记
笔记·学习·ue5
日月云棠9 天前
UE5源码分析之Editor——AnimationSettings模块全面分析
ue5
远离UE410 天前
UE5 SF_VertexShader 如何使用
ue5