Navigation
API > API/Plugins > API/Plugins/TechAudioToolsMetaSound
| Name | IMetaSoundLiteralWidgetInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/TechAudioTools/Source/TechAudioToolsMetaSound/Public/Interfaces/MetaSoundLiteralInterface.h |
| Include Path | #include "Interfaces/MetaSoundLiteralInterface.h" |
Syntax
class IMetaSoundLiteralWidgetInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns an array containing the names of the MetaSound Input Viewmodels required for this widget. | Interfaces/MetaSoundLiteralInterface.h |
|
|
| Interfaces/MetaSoundLiteralInterface.h |
|
||
void SetInputViewModels
(
const TMap< FName, UMetaSoundInputViewModel* >& InputViewModels |
Sets the MetaSound input viewmodels this widget binds to. | Interfaces/MetaSoundLiteralInterface.h |
|
virtual void SetInputViewModels_Implementation
(
const TMap< FName, UMetaSoundInputViewModel* >& InputViewModels |
Interfaces/MetaSoundLiteralInterface.h |
|