Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
Include |
#include "IAudioExtensionPlugin.h" |
class IAudioPluginFactory
IAudioPluginFactory This interface is inherited by spatialization, reverb and occlusion plugins to describe specifics of a plugin such as platform support, and display names.
Name | Description | ||
---|---|---|---|
|
GetDisplayName() |
Returns human-readable string representing the display name of this plugin. |
|
|
IsExternalSend() |
Returns whether this plugin sends audio to an external renderer. |
|
|
SupportsPlatform ( |
Returns whether this plugin supports use on the specified platform. |