Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FWaveTableOsc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< float > & GetTable () |
Returns the internal table used in the wave table. | DSP/WaveTableOsc.h | |
const TArray< float > & GetTable () |
DSP/WaveTableOsc.h |
GetTable()
Description
Returns the internal table used in the wave table.
| Name | GetTable |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/WaveTableOsc.h |
| Include Path | #include "DSP/WaveTableOsc.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/WaveTableOsc.cpp |
TArray< float > & GetTable()
GetTable()
| Name | GetTable |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/WaveTableOsc.h |
| Include Path | #include "DSP/WaveTableOsc.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/WaveTableOsc.cpp |
const TArray< float > & GetTable() const