Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Analyzer that watches a data reference associated with a particular node vertex. Currently, only output node vertex analysis is supported.
| Name | IVertexAnalyzer |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendVertexAnalyzer.h |
| Include Path | #include "Analysis/MetasoundFrontendVertexAnalyzer.h" |
Syntax
class IVertexAnalyzer
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IVertexAnalyzer() |
Analysis/MetasoundFrontendVertexAnalyzer.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnOutputDataChanged | TBaseDelegate_TwoParams< void, FName, TSharedPtr< IOutputStorage > > | Analysis/MetasoundFrontendVertexAnalyzer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnOutputDataChanged | FOnOutputDataChanged | Analysis/MetasoundFrontendVertexAnalyzer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Execute() |
Executes analysis. | Analysis/MetasoundFrontendVertexAnalyzer.h | |
const FAnalyzerAddress & GetAnalyzerAddress() |
Returns analyzer address. | Analysis/MetasoundFrontendVertexAnalyzer.h | |
FDataReferenceID GetDataReferenceId() |
Returns the data reference id for the analyzer's input. | Analysis/MetasoundFrontendVertexAnalyzer.h | |
void SetDataReference
(
const FAnyDataReference& NewDataRef |
Re-bind the analyzer's input. | Analysis/MetasoundFrontendVertexAnalyzer.h |