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