Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Analysis
Inheritance Hierarchy
- IBoundAnalyzerOutput
- TBoundAnalyzerOutput
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendVertexAnalyzer.h |
| Include | #include "Analysis/MetasoundFrontendVertexAnalyzer.h" |
Syntax
class IBoundAnalyzerOutput
Remarks
Bound output from an analyzer (not to be confused with an output vertex) sent internally using the Transmission System. Each bound output corresponds to a DataChannel with an analyzer view or views potentially receiving analysis results.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IOutputStorage > | Gets the latest value to pass to IVertexAnalyzer::OnOutputDataChanged. | ||
| FAnyDataReference | Returns the data reference associated with the analyzer's output. | ||
| void | PushData () |
Pushes data to the sender to be forwarded to all actively associated analyser views. |