Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EFFTPeakInterpolationMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
Syntax
enum EFFTPeakInterpolationMethod
{
NearestNeighbor,
Linear,
Quadratic,
ConstantQ,
}
Values
| Name | Remarks |
|---|---|
| NearestNeighbor | |
| Linear | |
| Quadratic | |
| ConstantQ |