IAudioEndpoint::DisconnectAllInputs

Thread safe function to disconnect everything from this endpoint.

Windows
MacOS
Linux

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioEndpoint.h

Include

#include "IAudioEndpoint.h"

Source

/Engine/Source/Runtime/AudioExtensions/Private/IAudioEndpoint.cpp

Syntax

void DisconnectAllInputs()

Remarks

Thread safe function to disconnect everything from this endpoint. Anything that owns an Audio::FPatchInput will be notified and will have to call PatchNewInput() again to reconnect.

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