Navigation
API > API/Plugins > API/Plugins/MetasoundGenerator > API/Plugins/MetasoundGenerator/FMetasoundGenerator
References
| Module | MetasoundGenerator |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Public/MetasoundGenerator.h |
| Include | #include "MetasoundGenerator.h" |
template<typename DataType>
void SetInputValue
&40;
const FVertexName & InName,
DataType InData
&41;
Remarks
Set the value of a graph's input data using the assignment operator.
Parameters
| Name | Description |
|---|---|
| InName | The name of the graph's input data reference. |
| InData | The value to assign. |