ue5-plugin-dev

Installation
SKILL.md

Add New Command to UE Audio MCP

Follow this checklist to add a new C++ TCP command and its Python MCP tool wrapper.

Checklist (6 files, always in this order)

1. Header — declare the command class

File: ue5_plugin/UEAudioMCP/Source/UEAudioMCP/Public/Commands/<Group>Commands.h

Pick the right group file:

  • BuilderCommands.h — MetaSounds builder operations
  • NodeCommands.h — MetaSounds node operations
  • QueryCommands.h — queries, exports, scans, asset operations
  • BPBuilderCommands.h — Blueprint graph editing
  • WorldCommands.h — world setup (AnimNotify, emitters, volumes, spawning)
/** command_name: Brief description of what this command does. */
Related skills

More from koshimazaki/ue-audio-skills

Installs
11
First Seen
Feb 18, 2026