Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/Analysis
Inheritance Hierarchy
- IVertexAnalyzer
- FVertexAnalyzerBase
- TVertexAnalyzerForwardValue
- FVertexAnalyzerForwardBool
- FVertexAnalyzerForwardFloat
- FVertexAnalyzerForwardInt
- FVertexAnalyzerForwardString
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h |
| Include | #include "Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h" |
Syntax
template<typename ChildClass, typename DataType>
class TVertexAnalyzerForwardValue : public Metasound::Frontend::FVertexAnalyzerBase
Remarks
Templatized implementation of the simplest/cheapest form of an analyzer, which just forwards a given value to an associated view or views. Can be used in conjunction with an additional process, task, etc. handled by a view to avoid further processing/expense within the graph execution thread context.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TVertexAnalyzerForwardValue
(
const FCreateAnalyzerParams& InParams |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FName & | GetDataType () |
Overridden from IVertexAnalyzer
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Executes analysis. |