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