Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundWave
Description
Overwrite number of frames. Used for procedural soundwaves, as well as sound waves that are resampled on compress/decompress.
| Name | SetNumFrames |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h |
| Include Path | #include "Sound/SoundWave.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundWave.cpp |
void SetNumFrames
(
uint32 InNumFrames
)