Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundWavePCMWriter
Description
This kicks off an operation to write InSampleBuffer to SoundWaveToSaveTo. If InSoundWave is not nullptr, the audio will be written directly into Returns true on a successful start, false otherwise.
| Name | BeginGeneratingSoundWaveFromBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h |
| Include Path | #include "Sound/SampleBufferIO.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SampleBufferIO.cpp |
bool BeginGeneratingSoundWaveFromBuffer
(
const TSampleBuffer <> & InSampleBuffer,
USoundWave * InSoundWave,
TFunction < void *)> OnSuccess
)