Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/Meter.h |
Include |
#include "Meter.h" |
UCLASS(Blueprintable)
class UMeterSettings : public UAudioSynesthesiaSettings
Settings for a UMeterAnalyzer.
Name | Description | ||
---|---|---|---|
|
float |
AnalysisPeriod |
Number of seconds between meter measurements |
|
float |
ClippingThreshold |
What volume threshold to throw clipping detection notifications. |
|
MeterAttackTime |
Meter attack time, in milliseconds |
|
|
MeterReleaseTime |
Meter release time, in milliseconds. |
|
|
PeakHoldTime |
Peak hold time, in milliseconds |
|
|
PeakMode |
Meter envelope type type |
Name | Description | |
---|---|---|
|
UMeterSettings() |
Name | Description | ||
---|---|---|---|
|
TUniquePtr< ... |
GetSettings |
Convert UMeterSettings to IAnalyzerSettings |
Name | Description | ||
---|---|---|---|
|
GetAssetActionName() |
GetAssetActionName() returns the FText displayed in the editor. |
|
|
UClass * |
GetSupportedClass() |
GetSupportedClass() returns the class which should be associated with these asset actions. |