IAudioEditorModule::RegisterSoundEffectPresetWidget

Registers a custom widget blueprint with a SoundEffectPreset class for editing.

Windows
MacOS
Linux

References

Module

AudioEditor

Header

/Engine/Source/Editor/AudioEditor/Public/AudioEditorModule.h

Include

#include "AudioEditorModule.h"

Syntax

void RegisterSoundEffectPresetWidget
(
    TSubclassOf< USoundEffectPreset > PresetClass,
    UWidgetBlueprint * WidgetBlueprint
)

Remarks

Registers a custom widget blueprint with a SoundEffectPreset class for editing.

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