Navigation
BlueprintAPI > BlueprintAPI/SoundUtilitiesBPLibrary
Converts linear scale volume to decibels
Target is Sound Utilities BPFunction Library
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| real | In Linear | The linear scalar value to convert to decibels |
| real | In Floor | The floor value to check against |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| real | Return Value | The decibel value of the inputted linear scale |