Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Audio Material Meter Style' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| linearcolor | Meter Fill Min Color | The meter's Fill color value representing the Starting section of the fill. |
| linearcolor | Meter Fill Mid Color | The meter's Fill color value representing the Middle section of the fill. |
| linearcolor | Meter Fill Max Color | The meter's Fill color value representing the Ending section of the fill. |
| linearcolor | Meter Fill Background Color | The meter's Background Fill color value. |
| vector2d struct | Meter Padding | How much padding to add around the meter |
| vector2d struct | Value Range Db | The minimum and maximum value to display in dB (values are clamped in this range) |
| boolean | Show Scale | Whether or not to show the decibel scale alongside the meter |
| boolean | Scale Side | Which side to show the scale. If vertical, true means left side, false means right side. If horizontal, true means above, false means below. |
| real | Scale Hash Offset | Offset for the hashes |
| real | Scale Hash Width | The width of each hash mark |
| real | Scale Hash Height | The height of each hash mark |
| integer | Decibels Per Hash | How wide to draw the decibel scale, if it's enabled |
| struct | Font | Font family and size to be used when displaying the meter scale. |
| object | Material | Material used to render the Slate |
| struct | Desired Size | Desired Draw size of the rendered material |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Audio Material Meter Style |