Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
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.
| Name | TVertexAnalyzerForwardValue |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h |
| Include Path | #include "Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h" |
Syntax
template<typename ChildClass, typename DataType>
class TVertexAnalyzerForwardValue : public Metasound::Frontend::FVertexAnalyzerBase
Derived Classes
TVertexAnalyzerForwardValue derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVertexAnalyzerForwardValue
(
const FCreateAnalyzerParams& InParams |
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TVertexAnalyzerForwardValue() |
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h |
Classes
| Name | Remarks |
|---|---|
| FFactory |
Structs
| Name | Remarks |
|---|---|
| FOutputs |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HasExecuted | bool | Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h | ||
| LastValue | DataType | Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h |
Functions
Public
Overridden from IVertexAnalyzer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Executes analysis. | Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FName & GetDataType() |
Analysis/MetasoundFrontendVertexAnalyzerForwardValue.h |