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