IAudioPluginFactory::GetDisplayName

Returns human-readable string representing the display name of this plugin.

Windows
MacOS
Linux

Override Hierarchy

References

Module

AudioExtensions

Header

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

Include

#include "IAudioExtensionPlugin.h"

Syntax

virtual FString GetDisplayName()

Remarks

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.

Returns

FString of the display name of this plugin.

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