FSoundWavePCMWriter::BeginGeneratingSoundWaveFromBuffer

This kicks off an operation to write InSampleBuffer to SoundWaveToSaveTo.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SampleBufferIO.h

Include

#include "Sound/SampleBufferIO.h"

Source

/Engine/Source/Runtime/Engine/Private/SampleBufferIO.cpp

Syntax

bool BeginGeneratingSoundWaveFromBuffer
(
    const TSampleBuffer<> & InSampleBuffer,
    USoundWave * InSoundWave,
    TFunction< void *)> OnSuccess
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss