Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
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.
| Name | IBoundAnalyzerOutput |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendVertexAnalyzer.h |
| Include Path | #include "Analysis/MetasoundFrontendVertexAnalyzer.h" |
Syntax
class IBoundAnalyzerOutput
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IBoundAnalyzerOutput() |
Analysis/MetasoundFrontendVertexAnalyzer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IOutputStorage > CreateOutputData() |
Gets the latest value to pass to IVertexAnalyzer::OnOutputDataChanged. | Analysis/MetasoundFrontendVertexAnalyzer.h | |
FAnyDataReference GetDataReference() |
Returns the data reference associated with the analyzer's output. | Analysis/MetasoundFrontendVertexAnalyzer.h | |
void PushData() |
Pushes data to the sender to be forwarded to all actively associated analyser views. | Analysis/MetasoundFrontendVertexAnalyzer.h |