Navigation
API > API/Plugins > API/Plugins/WaveTable
SamplingMode of a given bank or collection of WaveTables.
| Name | EWaveTableSamplingMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTableSettings.h |
| Include Path | #include "WaveTableSettings.h" |
Syntax
enum EWaveTableSamplingMode
{
FixedSampleRate,
FixedResolution,
UMETA =(Hidden),
}
Values
| Name | Remarks |
|---|---|
| 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 |