Navigation
API > API/Plugins > API/Plugins/WaveTable > API/Plugins/WaveTable/FWaveTableData
Description
Resets the underlying data to the given number of samples. Does not change memory allocation of data unless NumSamples is larger than the current size.
| Name | Reset |
| 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 Reset
(
int32 NumSamples
)