Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/FSoundWavePCMWriter
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 |
USoundWave &42; SynchronouslyWriteSoundWave
&40;
const TSampleBuffer<> & InSampleBuffer,
const FString &42; FileName,
const FString &42; FilePath
&41;
Remarks
This is a blocking call that will return the SoundWave generated from InSampleBuffer. Optionally, if you're using the editor, you can also write the resulting soundwave out to the content browser using the FileName and FilePath parameters.