Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Sound Class Adjuster' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Sound Class Adjuster |
Outputs
| Type | Name | Description |
|---|---|---|
| object | Sound Class | The sound class this adjuster affects. |
| real | Volume Adjuster | A multiplier applied to the volume. |
| real | Pitch Adjuster | A multiplier applied to the pitch. |
| real | Low Pass Filter Frequency | Lowpass filter cutoff frequency to apply to sound sources. |
| boolean | Apply To Children | Set to true to apply this adjuster to all children of the sound class. |
| real | Voice Center Channel Volume Adjuster | A multiplier applied to VoiceCenterChannelVolume. |