Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/IMetaSoundTemplateWidgetInterfac-
Description
Returns whether or not the widget supports the given template. Called when initializing the MetaSound Editor to determine if an implemented template supports the given widget.
| Name | IsSupportedTemplate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundTemplateWidgetInterface.h |
| Include Path | #include "MetasoundTemplateWidgetInterface.h" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCallable, Category="MetaSound|Template",
Meta=(DisplayName="Is Supported Template"))
void IsSupportedTemplate
(
FName ConfigName,
const UMetaSoundBuilderBase * Builder,
bool & bOutIsSupported
)