Navigation
API > API/Plugins > API/Plugins/WaveTable > API/Plugins/WaveTable/FWaveTableTransform > API/Plugins/WaveTable/FWaveTableTransform/CopyToWaveTable
References
| Module | WaveTable |
| Header | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTableTransform.h |
| Include | #include "WaveTableTransform.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTableTransform.cpp |
void CopyToWaveTable
(
FWaveTableData & InOutTableData,
bool bInBipolar
) const
Remarks
Copies a single, period [0.0, 1.0] to provided WaveTableData using this transform's curve. The size of the resulting WaveTable is the provided ArrayView's size. If curve is itself set to 'File' and internally cached as WaveTable, will re-sample using max value interpolation. Does not apply destructive edits from WaveTableSetting's source table data.