What problem does it solve?
This Skill provides hard-won knowledge to overcome the undocumented quirks, crash patterns, and unreliable APIs encountered when developing with Unreal Engine 5 using MCP tools, saving developers hours of debugging.
Core Features & Use Cases
- Tool Strategy Guidance: Helps choose between MCP, Pixel Streaming, and Python for optimal results.
- Crash Avoidance: Details known crash triggers in Niagara and MetaSound, offering preventative patterns.
- Working Workarounds: Provides reliable methods for tasks where MCP APIs fail, such as Niagara system creation and Blueprint audio component setup.
- Use Case: When tasked with creating a complex Niagara particle effect, this Skill guides you to use
duplicate_asset instead of create_niagara_system to avoid a known bug that prevents particle emission, and then shows how to reliably modify curves and materials on the duplicated asset.
Quick Start
Use the ue5-mcp skill to help me create a Niagara particle system for a rain effect.