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