Navigation
API > API/Plugins > API/Plugins/WaveTable > API/Plugins/WaveTable/FWaveTableTransform
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyToWaveTable
(
FWaveTableData& InOutTableData, |
Copies a single, period [0.0, 1.0] to provided WaveTableData using this transform's curve. | WaveTableTransform.h | |
void CopyToWaveTable
(
TArrayView< float > InOutTable, |
WaveTableTransform.h |
CopyToWaveTable(FWaveTableData &, bool)
Description
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.
| Name | CopyToWaveTable |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTableTransform.h |
| Include Path | #include "WaveTableTransform.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTableTransform.cpp |
void CopyToWaveTable
(
FWaveTableData & InOutTableData,
bool bInBipolar
) const
CopyToWaveTable(TArrayView< float >, float &, bool)
| Name | CopyToWaveTable |
| Type | function |
| Header File | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Public/WaveTableTransform.h |
| Include Path | #include "WaveTableTransform.h" |
| Source | /Engine/Plugins/Runtime/WaveTable/Source/WaveTable/Private/WaveTableTransform.cpp |
void CopyToWaveTable
(
TArrayView < float > InOutTable,
float & OutFinalValue,
bool bInBipolar
) const