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< TDataReadReference< DataType > > GetOutputReadReference
&40;
const FVertexName OutputName
&41;
Remarks
Get a read reference to one of the generator's outputs, 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 output |
| OutputName | The user-defined name of the output |