Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Audio Meter Widget Style' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| struct | Meter Value Image | Image to use to represent the meter value. |
| struct | Background Image | Image to use to represent the background. |
| struct | Meter Background Image | Image to use to represent the meter background. |
| struct | Meter Value Background Image | Image to use to draw behind the meter value. |
| struct | Meter Peak Image | Image to use to represent the meter peak. |
| vector2d struct | Meter Size | How thick to draw the meter |
| vector2d struct | Meter Padding | How much padding to add around the meter |
| real | Meter Value Padding | How much padding to add around the meter value |
| real | Peak Value Width | How wide to draw the peak value indicator |
| 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. |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Audio Meter Widget Style |