Navigation
API > API/Runtime > API/Runtime/AudioExtensions > API/Runtime/AudioExtensions/IAudioPluginFactory
Description
Returns human-readable string representing the display name of this plugin. This is the name that will be used in settings and .ini files. If multiple IAudioPlugin implementations are found that return identical strings here, The first one of these loaded will be used.
Derived Overrides
- IAudioOcclusionFactory::GetDisplayName
- IAudioReverbFactory::GetDisplayName
- IAudioSourceDataOverrideFactory::GetDisplayName
- IAudioSpatializationFactory::GetDisplayName
| Name | GetDisplayName |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioExtensionPlugin.h |
| Include Path | #include "IAudioExtensionPlugin.h" |
virtual FString GetDisplayName()
FString of the display name of this plugin.