Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Inheritance Hierarchy
- SLeafWidget
- SAudioMeterBase
References
| Module | AudioWidgets |
| Header | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/SAudioMeter.h |
| Include | #include "SAudioMeter.h" |
Syntax
class SAudioMeterBase : public SLeafWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsActiveTimerRegistered | Is the active timer registered to refresh the meter channel info. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMeterChannelInfo > | |||
| void | SetMeterChannelInfo
(
const TAttribute< TArray< FMeterChannelInfo > >& InMeterChannelInfo |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |