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 FInitParams
Remarks
Initialization parameters for a FMetaSoundParameterTransmitter.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< TSpscQueue< FParameter > > | DataChannel | Shared queue used to communicate with running MetaSound instance. | |
| FName | DebugMetaSoundName | Name of MetaSound used to log parameter related errors. | |
| TArray< FAudioParameter > | DefaultParams | Default Audio Parameters set when transmitter is initialized. | |
| TArray< FSendInfo > | Infos | Available input parameters on MetaSound instance. | |
| uint64 | InstanceID | ID of the MetaSound instance. | |
| FOperatorSettings | OperatorSettings | FOperatorSettings must match the operator settings of the MetaSound instance to ensure proper operation. | |
| TArray< FName > | ValidParameterNames | Available input parameters on MetaSound instance. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInitParams
(
const FOperatorSettings& InSettings, |
This constructor is deprecated and will be removed. | ||
FInitParams
(
const FOperatorSettings& InSettings, |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
FInitParams
(
const FOperatorSettings& InSettings, |
This constructor is deprecated and will be removed. |