Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that breaks a 'Interior Settings' into its member fields
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Interior Settings |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Exterior Volume | The desired volume of sounds outside the volume when the player is inside the volume |
| real | Exterior Time | The time over which to interpolate from the current volume to the desired volume of sounds outside the volume when the player enters the volume |
| real | Exterior LPF | The desired LPF frequency cutoff in hertz of sounds outside the volume when the player is inside the volume |
| real | Exterior LPFTime | The time over which to interpolate from the current LPF to the desired LPF of sounds outside the volume when the player enters the volume |
| real | Interior Volume | The desired volume of sounds inside the volume when the player is outside the volume |
| real | Interior Time | The time over which to interpolate from the current volume to the desired volume of sounds inside the volume when the player exits the volume |
| real | Interior LPF | The desired LPF frequency cutoff in hertz of sounds inside the volume when the player is outside the volume |
| real | Interior LPFTime | The time over which to interpolate from the current LPF to the desired LPF of sounds inside the volume when the player exits the volume |