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
template<typename DataType>
class TBoundAnalyzerOutput : public Metasound::Frontend::IBoundAnalyzerOutput
Remarks
Templatized implementation of a bound analyzer output (see IBoundAnalyzerOutput)
Constructors
| Type | Name | Description | |
|---|---|---|---|
TBoundAnalyzerOutput
(
const FAnalyzerAddress& InAnalyzerOutputAddress, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IBoundAnalyzerOutput
| 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. |