Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/IMetaSoundPresetWidgetInterface
Description
The MetaSounds whose presets are supported by this widget. If Support All Presets is true, this widget is supported by all presets except those in the Excluded array. MetaSounds in the include/exclude arrays can be MetaSound presets or non presets. If a MetaSound is not a preset, then presets of that MetaSound will be supported/excluded by this widget.
| Name | GetSupportedMetaSounds |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundPresetWidgetInterface.h |
| Include Path | #include "MetasoundPresetWidgetInterface.h" |
UFUNCTION (BlueprintImplementableEvent, Category="MetaSound Preset Widget")
void GetSupportedMetaSounds
(
bool & bSupportAllPresets,
TArray < TScriptInterface < IMetaSoundDocumentInterface > > & ExcludedMetaSounds,
TArray < TScriptInterface < IMetaSoundDocumentInterface > > & IncludedMetaSounds
) const