Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
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.