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>
TOptional< TDataWriteReference< DataType > > GetInputWriteReference
&40;
const FVertexName InputName
&41;
Remarks
Get a write reference to one of the generator's inputs, if it exists. NOTE: This reference is only safe to use immediately on the same thread that this generator's OnGenerateAudio() is called.
Parameters
| Name | Description |
|---|---|
| DataType | The expected data type of the input |
| InputName | The user-defined name of the input |