Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/FHarmonixMeterData
Description
Get the metering data on the main thread. returns the current value, and the peak.
| Name | GetLatest |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/HarmonixMeterData.h |
| Include Path | #include "HarmonixDsp/HarmonixMeterData.h" |
void GetLatest
(
double & OutCurrent,
double & OutPeak
) const
Parameters
| Name | Remarks |
|---|---|
| current | the current data |
| peak | the peak value since the last cal to ClearPeak |
See Also
- ClearPeak