Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Holds the meter results per a time step for each channel
| Name | FMeterEntry |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterFactory.h |
| Include Path | #include "MeterFactory.h" |
Syntax
struct FMeterEntry
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | int32 | MeterFactory.h | ||
| ClippingValue | float | MeterFactory.h | ||
| MeterValue | float | MeterFactory.h | ||
| NumSamplesClipping | int32 | MeterFactory.h | ||
| PeakValue | float | MeterFactory.h | ||
| Timestamp | float | MeterFactory.h |