USoundSubmix::StopRecordingOutput

Finish recording the audio from this submix and export it as a wav file or a [USoundWave](API\Runtime\Engine\Sound\USoundWave).

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundSubmix.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp

Syntax

void StopRecordingOutput
(
    const UObject * WorldContextObject,
    EAudioRecordingExportType ExportType,
    const FString & Name,
    FString Path,
    USoundWave * ExistingSoundWaveToOverwrite
)

Remarks

Finish recording the audio from this submix and export it as a wav file or a USoundWave.

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