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 ApplyToInputValue
&40;
const FVertexName & InName,
TFunctionRef< void(DataType &)> InFunc
&41;
Remarks
Apply a function to the graph's input data.
Parameters
| Name | Description |
|---|---|
| InName | The name of the graph's input data reference. |
| InFunc | A function which takes the DataType as an input. |