Navigation
API > API/Plugins > API/Plugins/WaveTable
| |
|
| Name |
EWaveTableBitDepth |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include Path |
#include "WaveTable.h" |
Syntax
enum EWaveTableBitDepth
{
PCM_16,
IEEE_Float,
UMETA =(Hidden),
}
Values
| Name |
Remarks |
| PCM_16 |
Lower resolution and marginal performance cost with conversion overhead (engine operates on 32-bit) with the advantage of half the size in memory. |
| IEEE_Float |
Higher precision and faster operative performance (engine operates at 32-bit) at the cost of twice the memory of 16-bit. |
| UMETA |
|