33 lines
966 B
Markdown
33 lines
966 B
Markdown
# Unreal Engine MCP Server
|
|
|
|
AI-powered Unreal Engine development - Generate C++ code, Blueprint conversions, and multiplayer systems
|
|
|
|
## Status: Setup phase
|
|
|
|
See ../UNREAL_MCP_SPEC.md for complete specifications.
|
|
|
|
## Features
|
|
|
|
- Generate Unreal C++ classes (.h + .cpp) from natural language
|
|
- Blueprint → C++ conversion for performance optimization
|
|
- Create complete gameplay systems (weapons, abilities, inventory)
|
|
- Network replication code generation (multiplayer)
|
|
- Debug Unreal code with AI assistance
|
|
- Performance analysis and profiling recommendations
|
|
- Animation Blueprint logic generation
|
|
- Slate UI for editor customization
|
|
|
|
## Target
|
|
|
|
- Unreal Engine developers (5M+ worldwide)
|
|
- AAA game studios and technical designers
|
|
- Multiplayer game developers
|
|
- VR/AR experience developers
|
|
|
|
## Tech
|
|
|
|
- TypeScript MCP server
|
|
- Claude API for code generation
|
|
- C++ code generation following Epic coding standards
|
|
- Proper UE macros (UCLASS, UPROPERTY, UFUNCTION)
|