Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ISoundEffectPresetWidgetInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Audio/SoundEffectPresetWidgetInterface.h |
| Include Path | #include "Audio/SoundEffectPresetWidgetInterface.h" |
Syntax
class ISoundEffectPresetWidgetInterface : public IAudioPanelWidgetInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSubclassOf< USoundEffectPreset > GetClass() |
Returns the class of Preset the widget supports. | Audio/SoundEffectPresetWidgetInterface.h |
|
void OnConstructed
(
USoundEffectPreset* Preset |
Called when the preset widget is constructed. | Audio/SoundEffectPresetWidgetInterface.h |
|
void OnPropertyChanged
(
USoundEffectPreset* Preset, |
Called when the preset object is changed. | Audio/SoundEffectPresetWidgetInterface.h |
|