Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundParameterTransmitter
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundParameterTransmitter.h |
| Include | #include "MetasoundParameterTransmitter.h" |
Syntax
struct FSendInfo
Remarks
FSendInfo describes the MetaSounds input parameters as well as the necessary information to route data to the instances inputs.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSendAddress | Address | Global address of instance input. | |
| FName | ParameterName | Name of parameter on MetaSound instance. | |
| FName | TypeName | Type name of parameter on MetaSound instance. |