Navigation
API > API/Runtime > API/Runtime/Engine
The FFT size (in audio frames) to use for baked FFT analysis.
| Name | ESoundWaveFFTSize |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
Syntax
enum ESoundWaveFFTSize
{
VerySmall_64,
Small_256,
Medium_512,
Large_1024,
VeryLarge_2048,
}
Values
| Name | Remarks |
|---|---|
| VerySmall_64 | |
| Small_256 | |
| Medium_512 | |
| Large_1024 | |
| VeryLarge_2048 |