SoundPreset

Use SoundPresets to apply default values to your sounds

Use SoundPreset to apply settings to SoundContainers and SoundEvents automatically by matching the names of your assets. Its matched and applied when you Create Assets From Selection or manually from the SoundContainer Presets and the SoundEvent Presets toolbars. Example use: Name UI sounds to “UI_” and use Is Prefix “UI_” to automatically assign settings like disabling distance and setting Spatial Blend to 0. The settings are applied ordering from the one highest up and going downwards and can match an asset multiple times overwriting previous values. You can have multiple SoundPreset objects.

Notes At the top of the SoundPreset there is a text field which you can fill with notes.

Example_SoundPreset If you want a starting point for your SoundPreset, look at the Example_SoundPreset. Note: The SoundContainers and SoundEvents have volume -12dB so you can increase the volume later. You can compensate by increasing the volume in the AudioMixer. All the SoundEvents are also assigned to a AudioMixerGroup in the Example_AudioMixer.

Example Templates

Template Default (Matches to all to catch any stray sounds without prefix) Default settings Outputs to SFX

Template AMB (2D Ambience) Distance disabled Spatial Blend 0

Template MUS (Music) Distance disabled Spatial Blend 0 Never Steal Voice Never Steal Voice Effects Priority 1

Template SFX (Sound Effects) Default settings

Template UI (User Interface) Distance disabled Spatial Blend 0

Template VO (Voice/Dialogue) Random Pitch disabled

Settings

Disable All If disabled no settings from the SoundPreset will be applied automatically and not available in the preset menus.

Preset

Disable If disabled this specific preset won’t be available.

Automatic Loop If enabled and the SoundContainer name contains “loop” then it will automatically enable “Loop”, “Follow Position”, “Stop if Transform is Null” and “Random Start Position”. This will be applied after all the other settings are copied. Is not applied if you manually select a preset from the SoundContainer Presets dropdown.

From SoundContainer The SoundContainer you want to copy the settings from. Copies everything except:

  • AudioClips

From SoundEvent

The SoundEvent you want to copy the settings from.

Copies everything except:

  • SoundContainers

  • Timeline Settings

  • Intensity Scale Add/Multiplier

  • TriggerOn SoundEvents

  • SoundTag SoundEvents

Match

Auto Match If enabled then automatic matching will be used when you Create Assets From Selection and in the SoundContainer Presets and the SoundEvent Presets “Auto Match”. Disable if you just want presets to apply manually to your assets. Auto matching is not case sensitive.

Apply On All If enabled the settings assigned will be applied to all assets on asset creation and “Auto Match”. Useful to combine with other settings with conditions added later in the chain to assign settings to assets which doesn’t match the names.

Is Prefix If the prefix of an asset matches the strings, the settings will be applied. Example prefixes: “AMB”, “MUS”, “SFX”, “UI”, “VO”.

Is Not Prefix If the prefix of an asset doesn’t match the strings, the settings will be applied.

Contains If the name of an asset contains the strings, the settings will be applied.

Not Contains If the name of an asset doesn’t contain the strings, the settings will be applied.

Last updated