Navigation
API > API/Plugins > API/Plugins/WaveTable > API/Plugins/WaveTable/FWaveTableData
Description
Adds this WaveTableData's internal contents to the given float buffer view, initially performing bit depth conversion to values to IEEE_FLOAT if required. Provided buffer's size must match this WaveTableData's samples count.
| Name | ArrayMixIn |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTable.h |
| Include Path | #include "WaveTable.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTable.cpp |
void ArrayMixIn
(
TArrayView < float > OutputWaveSamples,
float Gain
) const