Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include | #include "Sound/SoundSubmix.h" |
Syntax
enum EFFTSize
{
DefaultSize,
Min,
Small,
Medium,
Large,
VeryLarge,
Max,
}
Values
| Name | Description |
|---|---|
| DefaultSize | 512 |
| Min | 64 |
| Small | 256 |
| Medium | 512 |
| Large | 1024 |
| VeryLarge | 2048 |
| Max | 4096 |