Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Audio
Inheritance Hierarchy
- IAudioPanelWidgetInterface
- ISoundEffectPresetWidgetInterface
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Audio/SoundEffectPresetWidgetInterface.h |
Include | #include "Audio/SoundEffectPresetWidgetInterface.h" |
Syntax
class ISoundEffectPresetWidgetInterface : public IAudioPanelWidgetInterface
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TSubclassOf< USoundEffectPreset > | GetClass () |
Returns the class of Preset the widget supports. |
![]() |
void | OnConstructed
(
USoundEffectPreset* Preset |
Called when the preset widget is constructed. |
![]() |
void | OnPropertyChanged
(
USoundEffectPreset* Preset, |
Called when the preset object is changed. |