Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FMeterAnalyzer
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterAnalyzer.h |
| Include | #include "MeterAnalyzer.h" |
Syntax
struct FEnvelopeData
Remarks
State to track the peak data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPriorEnvelopeSlopeIsPositive | ||
| int32 | FramesUntilPeakReset | ||
| float | MaxEnvelopeValue | ||
| float | PeakValue | ||
| float | PriorEnvelopeValue | Current slope of the envelope. |