Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool UnwatchOutput
(
FName OutputName, |
Unwatch/Stop watching an output value | MetasoundGeneratorHandle.h | |
bool UnwatchOutput
(
FName OutputName, |
MetasoundGeneratorHandle.h | ||
bool UnwatchOutput
(
FName OutputName, |
MetasoundGeneratorHandle.h |
UnwatchOutput(FName, const FOnMetasoundOutputValueChanged &, FName, FName)
Description
Unwatch/Stop watching an output value
| Name | UnwatchOutput |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include Path | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
bool UnwatchOutput
(
FName OutputName,
const FOnMetasoundOutputValueChanged & OnOutputValueChanged,
FName AnalyzerName,
FName AnalyzerOutputName
)
true if the unwatch setup succeeded, false otherwise
Parameters
| Name | Remarks |
|---|---|
| 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 |
UnwatchOutput(FName, const FOnMetasoundOutputValueChangedNative &, FName, FName)
| Name | UnwatchOutput |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include Path | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
bool UnwatchOutput
(
FName OutputName,
const FOnMetasoundOutputValueChangedNative & OnOutputValueChanged,
FName AnalyzerName,
FName AnalyzerOutputName
)
UnwatchOutput(FName, const FDelegateHandle &, FName, FName)
| Name | UnwatchOutput |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include Path | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
bool UnwatchOutput
(
FName OutputName,
const FDelegateHandle & OnOutputValueChanged,
FName AnalyzerName,
FName AnalyzerOutputName
)