Navigation
Unreal Engine C++ API Reference > Runtime > AudioExtensions > IAudioPluginFactory
- IAudioPluginFactory::IsExternalSend()
- FMicrosoftSpatialSoundPluginFactory::IsExternalSend()
References
Module | AudioExtensions |
Header | /Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
Include | #include "IAudioExtensionPlugin.h" |
virtual bool IsExternalSend&40;&41;
Remarks
Returns whether this plugin sends audio to an external renderer. if this returns true, the audio engine will not mix the result of the audio process callback from the plugin into the audio output. true only if the plugin will handle sending audio to the DAC itself.