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