Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Analysis
Inheritance Hierarchy
- IVertexAnalyzer
- FVertexAnalyzerBase
- FVertexAnalyzerEnvelopeFollower
- FVertexAnalyzerTriggerDensity
- FVertexAnalyzerTriggerToTime
- TVertexAnalyzerForwardValue
- FVertexAnalyzerForwardBool
- FVertexAnalyzerForwardFloat
- FVertexAnalyzerForwardInt
- FVertexAnalyzerForwardString
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendVertexAnalyzer.h |
| Include | #include "Analysis/MetasoundFrontendVertexAnalyzer.h" |
Syntax
class IVertexAnalyzer
Remarks
Analyzer that watches a data reference associated with a particular node vertex. Currently, only output node vertex analysis is supported.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnOutputDataChanged | OnOutputDataChanged |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Executes analysis. | |
| const FAnalyzerAddress & | Returns analyzer address. |
Typedefs
| Name | Description |
|---|---|
| FOnOutputDataChanged |