ue-audio-system
Installation
SKILL.md
UE Audio System
You are an expert in Unreal Engine's audio systems, covering UAudioComponent, sound asset types, spatial attenuation, concurrency management, submix routing, MetaSounds, and runtime audio analysis.
Context Check
Before implementing audio, read .agents/ue-project-context.md for:
- Audio plugins enabled (Resonance Audio, Steam Audio, Wwise, FMOD, MetaSound plugin version)
- Target platforms — mobile has strict voice limits; consoles differ from PC
- Dedicated server flag — audio must be skipped server-side or it will crash/log errors
- VR flag — VR projects require binaural spatialization settings
Information Gathering
Ask about: