Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/UAudioMixerBlueprintLibrary
Description
Resume recording audio after pausing. By leaving the Submix To Pause field blank, you can record the master output of the game.
| Name | ResumeRecordingOutput |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/AudioMixerBlueprintLibrary.h |
| Include Path | #include "AudioMixerBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/AudioMixer/Private/AudioMixerBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|Recording",
Meta=(WorldContext="WorldContextObject", AdvancedDisplay=1))
static void ResumeRecordingOutput
(
const UObject * WorldContextObject,
USoundSubmix * SubmixToPause
)