Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Analysis
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendAnalyzerView.h |
| Include | #include "Analysis/MetasoundFrontendAnalyzerView.h" |
Syntax
class FMetasoundAnalyzerView
Remarks
Pairs an IReceiver with a given AnalyzerAddress, which enables watching a particular analyzer result on any given thread.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FAnalyzerAddress | AnalyzerAddress |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMetasoundAnalyzerView
(
FAnalyzerAddress&& InAnalyzerAddress |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindToAllOutputs
(
const FOperatorSettings& InOperatorSettings |
||
| TArray< FBoundOutputDescription > | |||
| bool | TryGetOutputData
(
FName InOutputName, |
||
| bool | UnbindOutput
(
FName InOutputName |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBoundOutputDescription |