Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/AudioMaterialSlate
Inheritance Hierarchy
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioMaterialSlate/AudioMaterialMeter.h |
| Include | #include "AudioMaterialSlate/AudioMaterialMeter.h" |
Syntax
UCLASS ()
class UAudioMaterialMeter : public UWidget
Remarks
Meter is rendered by using material instead of texture.
- No Children
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SAudioMaterialMeter > | Meter | A bindable delegate to allow logic to drive the value of the meter */ | |
| TArray< FMeterChannelInfo > | MeterChannelInfo | The current meter value to display. | |
| TEnumAsByte< EOrientation > | Orientation | The Meter's orientation. | |
| FAudioMaterialMeterStyle | WidgetStyle | The meter's style |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMeterChannelInfo > | Gets the current linear values of the meter. | ||
| void | SetMeterChannelInfo
(
const TArray< FMeterChannelInfo >& InMeterChannelInfo |
Sets the current meter values. |
Overridden from UWidget
Overridden from UVisual
| Type | Name | Description | |
|---|---|---|---|
| void | ReleaseSlateResources
(
bool bReleaseChildren |
UVisual. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGetMeterChannelInfo |