Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundOutputSubsystem
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundOutputSubsystem.h |
| Include | #include "MetasoundOutputSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundOutputSubsystem.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"MetaSoundOutput", Meta&61;&40;AdvancedDisplay&61;"3"&41;&41;
bool WatchOutput
&40;
UAudioComponent &42; AudioComponent,
FName OutputName,
const FOnMetasoundOutputValueChanged & OnOutputValueChanged,
FName AnalyzerName,
FName AnalyzerOutputName
&41;
Remarks
Watch an output on a Metasound playing on a given audio component. true if the watch setup succeeded, false otherwise
Parameters
| Name | Description |
|---|---|
| AudioComponent | The audio component |
| OutputName | The user-specified name of the output in the Metasound |
| OnOutputValueChanged | The event to fire when the output's value changes |
| 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 |