EAudioSpectrumType

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h

Include

#include "AudioMixerBlueprintLibrary.h"

Syntax

enum EAudioSpectrumType
{
    MagnitudeSpectrum,
    PowerSpectrum,
}

Values

Name

Description

MagnitudeSpectrum

Spectrum frequency values are equal to magnitude of frequency.

PowerSpectrum

Spectrum frequency values are equal to magnitude squared.

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