ESoundWaveFFTSize

The FFT size (in audio frames) to use for baked FFT analysis.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Syntax

enum ESoundWaveFFTSize
{
    VerySmall_64,
    Small_256,
    Medium_512,
    Large_1024,
    VeryLarge_2048,
}

Values

Name

Description

VerySmall_64

Small_256

Medium_512

Large_1024

VeryLarge_2048

Remarks

The FFT size (in audio frames) to use for baked FFT analysis.

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