Navigation
API > API/Plugins > API/Plugins/WaveTable > API/Plugins/WaveTable/FWaveTableSampler
| |
|
| Name |
FSettings |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTableSampler.h |
| Include Path |
#include "WaveTableSampler.h" |
Syntax
struct FSettings
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Amplitude |
float |
|
WaveTableSampler.h |
|
| bOneShot |
bool |
|
WaveTableSampler.h |
|
| Freq |
float |
How many times to read through the incoming buffer as a ratio to a single output buffer |
WaveTableSampler.h |
|
| InterpolationMode |
EInterpolationMode |
|
WaveTableSampler.h |
|
| Offset |
float |
|
WaveTableSampler.h |
|
| Phase |
float |
Offset from beginning to end of array [0.0, 1.0]. |
WaveTableSampler.h |
|