EMetric

Metric for output band values.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/SpectrumAnalyzer.h

Include

#include "DSP/SpectrumAnalyzer.h"

Syntax

enum EMetric
{
    Magnitude,
    Power,
    Decibel,
}

Values

Name

Description

Magnitude

Return the magnitude spectrum value.

Power

Return the power spectrum value.

Decibel

Return the decibel spectrum value. Decibels are calculated with 0dB equal to 1.f magnitude.

Remarks

Metric for output band values.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss