Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetaSoundOutput
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundOutput.h |
| Include | #include "MetasoundOutput.h" |
template<typename DataType>
bool Get
&40;
DataType & Value
&41; const
Remarks
Get the value, for copyable registered Metasound data types true if the value was retrieved, false otherwise
Parameters
| Name | Description |
|---|---|
| DataType | The expected data type of the output |
| Value | The value to use |