Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle/UnwatchOutput
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
bool UnwatchOutput
(
FName OutputName,
const FOnMetasoundOutputValueChanged & OnOutputValueChanged,
FName AnalyzerName,
FName AnalyzerOutputName
)
Remarks
Unwatch/Stop watching an output value true if the unwatch setup succeeded, false otherwise
Parameters
| Name | Description |
|---|---|
| OutputName | The user-specified name of the output in the Metasound |
| OnOutputValueChanged | The event or handle previously watched |
| AnalyzerName | (optional) The name of the analyzer to use on the output, defaults to a passthrough |
| AnalyzerOutputName | (optional) The name of the output on the analyzer to watch, defaults to the passthrough output |