Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
Settings for a UMeterAnalyzer.
| Name | UMeterSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/Meter.h |
| Include Path | #include "Meter.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class UMeterSettings : public UAudioSynesthesiaSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAudioAnalyzerAssetBase → UAudioAnalyzerSettings → UAudioSynesthesiaSettings → UMeterSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMeterSettings() |
Meter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnalysisPeriod | float | Number of seconds between meter measurements | Meter.h |
|
| ClippingThreshold | float | What volume threshold to throw clipping detection notifications. | Meter.h |
|
| MeterAttackTime | int32 | Meter attack time, in milliseconds | Meter.h |
|
| MeterReleaseTime | int32 | Meter release time, in milliseconds. | Meter.h |
|
| PeakHoldTime | int32 | Peak hold time, in milliseconds | Meter.h |
|
| PeakMode | EMeterPeakType | Meter envelope type type | Meter.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< Audio::IAnalyzerSettings > GetSettings
(
const int32 InSampleRate, |
Convert UMeterSettings to IAnalyzerSettings | Meter.h |
Overridden from UAudioAnalyzerAssetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetAssetActionName() |
Meter.h | ||
virtual UClass * GetSupportedClass() |
Meter.h |