ue_create_sound_cue
Create a Sound Cue asset in Unreal Engine, with optional automatic linking to an imported SoundWave for audio playback.
Instructions
Crea un Sound Cue, opzionalmente già collegato a un SoundWave importato.
Args: package_path: es. "/Game/MyGame/Audio". name: es. "SC_Explosion". wave_path: path del SoundWave, es. "/Game/MyGame/Audio/explosion".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| wave_path | No | ||
| package_path | Yes |