Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundNodeConstructorParams.h |
| Include | #include "MetasoundNodeConstructorParams.h" |
Syntax
struct FInputNodeConstructorParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLiteral | InitParam | ||
| FGuid | InstanceID | ||
| FVertexName | NodeName | The instance name and name of the specific connection that should be used. | |
| FVertexName | VertexName |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableTransmission | Transmission is no longer enabled on input nodes. In order set values on a MetaSound input, access them through the bound FInputVertexInterfaceData. |