Navigation
API > API/Plugins > API/Plugins/WaveTable
References
| Module | WaveTable |
| Header | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTableSettings.h |
| Include | #include "WaveTableSettings.h" |
Syntax
enum EWaveTableSamplingMode
{
FixedSampleRate,
FixedResolution,
UMETA =(Hidden),
}
Values
| Name | Description |
|---|---|
| FixedSampleRate | Enforces fixed sample rate for all members in the bank/collection, enabling them to be of unique duration/number of samples. |
| FixedResolution | Enforces resolution (i.e. size of all tables), uniformly resampling all tables in the collection to be the same length/number of samples (if not already). |
| UMETA |
Remarks
SamplingMode of a given bank or collection of WaveTables.